fix(core): update testing framework

This commit is contained in:
2018-08-07 11:13:03 +02:00
parent 30249ad254
commit 93b44ba888
4 changed files with 84 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tsrun test/test.ts",
"test": "tstest test/",
"build": "echo \"Not needed for now\""
},
"repository": {
@@ -26,6 +26,7 @@
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@gitzone/tstest": "^1.0.12",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.5"
}