-
- Downloads
Add test
calculator.js
0 → 100644
... | ... | @@ -4,7 +4,7 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
tests/calculator.test.js
0 → 100644
Please register or sign in to comment