Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
chore: add unit test script
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 25, 2020
1 parent dcf4b27 commit 31ccba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
node_modules
dist
.idea
coverage/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"build": "tsc -p .",
"prepublishOnly": "tsc -p .",
"dev": "tsc -w -p ."
"dev": "tsc -w -p .",
"test:unit": "jest"
},
"dependencies": {
"debug": "^4.1.1",
Expand Down

0 comments on commit 31ccba7

Please sign in to comment.