test: change mocha-typescript to @testdeck/mocha

This commit is contained in:
Wieland Schöbl
2020-11-23 12:57:49 +01:00
parent a09be1d941
commit abdd62a4db
9 changed files with 46 additions and 410 deletions

View File

@@ -40,7 +40,7 @@
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
"test": "mocha --require ts-node/register test/*.spec.ts",
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
@@ -72,12 +72,12 @@
},
"devDependencies": {
"@openstapps/configuration": "0.25.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.8",
"@types/mocha": "7.0.2",
"@types/rimraf": "2.0.3",
"conventional-changelog-cli": "2.1.0",
"mocha": "7.2.0",
"mocha-typescript": "1.1.17",
"nock": "11.9.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",