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

Commit edac5df

Browse files
committed
fix(build): Fixes mocha configuration for latest version
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 74f7f27 commit edac5df

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

packages/ergo-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "eslint .",
2020
"postlint": "npm run licchk",
2121
"licchk": "license-check",
22-
"test:mocha": "mocha",
22+
"test:mocha": "mocha --timeout 40000",
2323
"test:cucumber": "cucumber-js test/features --require .cucumber.js --world-parameters \"{\\\"rootdir\\\":\\\"./test\\\"}\"",
2424
"test": "npm run test:mocha && npm run test:cucumber",
2525
"test:cov": "nyc npm run test"

packages/ergo-cli/test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/ergo-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint .",
1414
"postlint": "npm run licchk",
1515
"licchk": "license-check",
16-
"test": "mocha",
16+
"test": "mocha --timeout 40000",
1717
"test:cov": "nyc npm run test"
1818
},
1919
"contributors": [

packages/ergo-compiler/test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/ergo-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint .",
1717
"postlint": "npm run licchk",
1818
"licchk": "license-check",
19-
"test": "mocha",
19+
"test": "mocha --timeout 40000",
2020
"test:cov": "nyc npm run test"
2121
},
2222
"contributors": [

packages/ergo-engine/test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)