diff options
| author | Uri Shaked | 2019-11-23 22:00:00 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-23 22:00:00 +0200 |
| commit | c800f1c5695c4d1583251eeae99b9f8cf3623620 (patch) | |
| tree | e48a35ec9d184e6bbe56d9f870fea77ec393ea90 /package.json | |
| parent | feat: add blink demo (diff) | |
| download | avr8js-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.json | 3 |
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" |
