Skip to content

Commit 31c5345

Browse files
committed
Shows test instructions
1 parent 6ca5f48 commit 31c5345

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ This application was created with the following commands, in a C9 environment
4242
21. npm install --save-dev babel-jest
4343
22. npm install --save-dev jest
4444
23. npm install --save-dev jest-cli
45+
24. npm install --save-dev enzyme
46+
25. npm install --save-dev enzyme-adapter-react-16
47+
48+
### Testing
49+
Watch files and run their respective test with Jest:
50+
```bash
51+
npm test
52+
```
53+
> NOTE: This command will execute `jest --watch`. It will run in the terminal
54+
the tests corresponding to changed files.
4555

4656
### Development
4757
Build *dev* directory and listen with browserSync:

0 commit comments

Comments
 (0)