Skip to content

Commit

Permalink
removed flag for tests as it crashes on windows (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: EvgeniPirianov <[email protected]>
  • Loading branch information
BatiGencho and EvgeniPirianov authored Nov 18, 2022
1 parent e0ac8d3 commit a527958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"update-version-major": "npm version major",
"update-version-minor": "npm version minor",
"update-version-patch": "npm version patch",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register test/**/*.spec.ts",
"test": "mocha -r ts-node/register test/**/*.spec.ts",
"test-smart-contract-example": "ts-node ./examples/smartContracts/index.ts",
"test-vault-example": "ts-node ./examples/vault/index.ts",
"fix-lint": "tslint -c tslint.json '**/*.ts' --fix"
Expand Down

0 comments on commit a527958

Please sign in to comment.