You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,15 @@ This repository contains Hands on Test Driven Development Katas - implemented us
4
4
## How to run the tests
5
5
Download or Clone the the project, navigate to the project folder in your Node console, and run
6
6
7
-
`npm install
7
+
npm install
8
8
npm test `
9
9
10
10
## Compile typescript files
11
11
To get the advantage of `.ts` file to generate `.js` files, run the following command
12
-
`npm run compile`
13
-
The above command will generate two files of extensions `.js` and `.js.map` in `out` folder
14
-
If you're adding/creating new `.ts` file(s), make sure you've added an entry in `tsconfig.json` file before executing above command.
12
+
13
+
npm run compile
14
+
15
+
The above command will generate two files of extensions `.js` and `.js.map` in `out` folder. If you're adding/creating new `.ts` file(s), make sure you've added an entry in `tsconfig.json` file before executing above command.
15
16
16
17
### How to contribute:
17
18
Want to contribute? Make a pull request (PR) to [develop](https://github.com/garora/TDD-Katas-JavaScript/tree/dev) branch. Do not make any PR to Master branch.
@@ -26,4 +27,4 @@ Lookig for implementation in your technology? There are more flavors of the repo
26
27
5.[TDD Katas in PHP](https://github.com/garora/TDD-Katas-PHP)
27
28
28
29
### License
29
-
MIT License, refer: [License info](/LICENSE.txt) for more information.
30
+
MIT License, refer: [License info](/LICENSE.txt) for more information.
0 commit comments