aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2019-11-23 22:00:00 +0200
committerUri Shaked2019-11-23 22:00:00 +0200
commitc800f1c5695c4d1583251eeae99b9f8cf3623620 (patch)
treee48a35ec9d184e6bbe56d9f870fea77ec393ea90 /package.json
parentfeat: add blink demo (diff)
downloadavr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.gz
avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.tar.bz2
avr8js-c800f1c5695c4d1583251eeae99b9f8cf3623620.zip
doc: README for demo, explain about running tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b311c6e..7840719 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
"prepare": "npm run build",
"start": "parcel demo/src/index.html -d demo/build",
"lint": "tslint --project tsconfig.json",
- "test": "jest"
+ "test": "npm run lint && jest",
+ "test:watch": "jest --watch"
},
"files": [
"dist"