Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions RomanNumbers/typeScript/carlos-jesus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Kata.ts
=======

Work in progress solution by @Carlos80 and @j-plou

Boilerplate for katas, with:

- Node
- Typescript
- Jest

## Installation

Run: `npm install`

## Available commands

- Run tests: `npm run test`
- Run test watch: `npm run test -- --watchAll`
4 changes: 4 additions & 0 deletions RomanNumbers/typeScript/carlos-jesus/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading