Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build): Fixes mocha configuration for latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Mar 17, 2022
1 parent 74f7f27 commit edac5df
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ergo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check",
"test:mocha": "mocha",
"test:mocha": "mocha --timeout 40000",
"test:cucumber": "cucumber-js test/features --require .cucumber.js --world-parameters \"{\\\"rootdir\\\":\\\"./test\\\"}\"",
"test": "npm run test:mocha && npm run test:cucumber",
"test:cov": "nyc npm run test"
Expand Down
1 change: 0 additions & 1 deletion packages/ergo-cli/test/mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check",
"test": "mocha",
"test": "mocha --timeout 40000",
"test:cov": "nyc npm run test"
},
"contributors": [
Expand Down
1 change: 0 additions & 1 deletion packages/ergo-compiler/test/mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ergo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check",
"test": "mocha",
"test": "mocha --timeout 40000",
"test:cov": "nyc npm run test"
},
"contributors": [
Expand Down
1 change: 0 additions & 1 deletion packages/ergo-engine/test/mocha.opts

This file was deleted.

0 comments on commit edac5df

Please sign in to comment.