Skip to content

Commit

Permalink
docs(add): jest
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Jan 21, 2020
1 parent 8990502 commit a95f296
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/jest/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Learn Jest

```bash
git clone # or download

# cd _here_

npm install

npm run test:watch
```

Check [Jest Doc](https://jestjs.io/docs/en/expect)

Try change test code in `*test.js` files

0 comments on commit a95f296

Please sign in to comment.