Add npm test script

This commit is contained in:
Vitaly Puzrin 2017-07-20 17:21:09 +03:00
parent 1bfb50961d
commit 4a6867f633

View file

@ -24,6 +24,9 @@
],
"license": "(MIT AND Zlib)",
"repository": "nodeca/pako",
"scripts": {
"test": "make test"
},
"devDependencies": {
"ansi": "^0.3.1",
"benchmark": "^2.1.4",