Upgrade mocha and remove mocha-junit-reporter

This commit is contained in:
Elliot Lee
2020-03-23 14:33:34 -07:00
parent bfd0374ef6
commit 656c81a72c
3 changed files with 561 additions and 325 deletions

View File

@@ -44,8 +44,7 @@
"eslint": "^6.5.1",
"eventemitter2": "^6.0.0",
"json-schema-to-markdown-table": "^0.4.0",
"mocha": "7.1.0",
"mocha-junit-reporter": "^1.9.1",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"ts-node": "^8.4.1",

View File

@@ -14,7 +14,10 @@ lint() {
unittest() {
# test "src"
mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/test-results.xml
# TODO: replace/upgrade mocha-junit-reporter
#mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/test-results.xml
yarn test --coverage
#yarn run coveralls

878
yarn.lock

File diff suppressed because it is too large Load Diff