Add test result report.

This commit is contained in:
Oliver Rümpelein 2020-12-30 22:37:34 +01:00
parent 02214b507e
commit df7915790b
4 changed files with 43 additions and 1 deletions

View file

@ -12,7 +12,7 @@
"update": "npm install --save-dev git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
"lint": "eslint 'src/**/*.ts' --cache",
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
"test": "ts-node ./node_modules/jasmine/bin/jasmine"
"test": "ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport"
},
"author": "",
"license": "",
@ -34,6 +34,7 @@
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^4.3.6",
"jasmine": "^3.6.3",
"jasmine-xml-reporter": "^1.2.1",
"json-stringify-pretty-compact": "^2.0.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",