mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
test: change mocha-typescript to @testdeck/mocha
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user