Skip to content

Commit 7662155

Browse files
committed
install & configure Jest for basic usage
$ npm install --save-dev jest
1 parent 5a52492 commit 7662155

File tree

4 files changed

+3441
-65
lines changed

4 files changed

+3441
-65
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# install dependencies
77
npm install
88

9+
# run test suite
10+
npm run test
11+
912
# serve with hot reload at localhost:8080
1013
npm run dev
1114

0 commit comments

Comments
 (0)