update tests

This commit is contained in:
2017-05-25 13:01:17 +02:00
parent faf538aa4d
commit b6f54bc967
2 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"npmci": "dist/cli.js"
},
"scripts": {
"test": "(npmts) && (npm run testVersion)",
"test": "(rm -f config.json) && (npmts) && (npm run testVersion)",
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
},
"repository": {