Skip to content

Commit 875175c

Browse files
author
Zvonimir Sabljic
committed
Added test npm command
1 parent 1911e71 commit 875175c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"main": "src/Pythagora.js",
1616
"scripts": {
1717
"publish-pythagora": "src/bin/publish.bash",
18-
"prepublishOnly": "node src/bin/prepublish.js"
18+
"prepublishOnly": "node src/bin/prepublish.js",
19+
"test": "npx jest ./pythagora_tests/ --coverage"
1920
},
2021
"bin": {
2122
"pythagora": "src/bin/run.js"

0 commit comments

Comments
 (0)