Test scripting updates

This commit is contained in:
Angelos Chalaris
2018-06-18 19:05:29 +03:00
parent 584ed191d4
commit ed3b40c4f2
2 changed files with 5 additions and 11 deletions

View File

@ -33,8 +33,8 @@
"extractor": "node ./scripts/extract.js",
"packager": "node ./scripts/module.js",
"localizer": "node ./scripts/localize.js",
"test": "tape test/**/*.test.js | tap-spec",
"test2": "jest test/**/*.test.js"
"testold": "tape test/**/*.test.js | tap-spec",
"test": "jest test/**/*.test.js"
},
"repository": {
"type": "git",