mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 12:33:24 +00:00
ADD unit testing for resource strategies
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"go-npm": "./bin/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "jest",
|
||||
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir bin --presets es2015"
|
||||
},
|
||||
"author": "Sanath Kumar Ramesh <dayanandasaraswati@gmail.com>",
|
||||
@@ -25,6 +25,8 @@
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-preset-es2015": "^6.24.1"
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"jest": "^24.5.0",
|
||||
"rewire": "^4.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user