Skip to content

Commit

Permalink
force mocha to use commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed Aug 14, 2024
1 parent 0c179ee commit 735b841
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 @@ -20,7 +20,7 @@
"build:node": " tsc -p tsconfig.cjs.json --noEmit false",
"build:browser": "tsc -p tsconfig.esm.json --noEmit false",
"build:types": "tsc -p tsconfig.types.json --noEmit false",
"test": "ts-mocha ts/client/**/*.spec.ts --timeout 300000",
"test": "ts-mocha ts/client/**/*.spec.ts --timeout 300000 --project tsconfig.cjs.json",
"example1-user": "ts-node ts/client/src/scripts/example1-user.ts",
"example1-admin": "ts-node ts/client/src/scripts/example1-admin.ts",
"format": "prettier --check ./ts",
Expand Down

0 comments on commit 735b841

Please sign in to comment.