We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1898e31 commit 8344327Copy full SHA for 8344327
src/Typescript/jest.config.js src/Typescript/jest.config.cjssrc/Typescript/jest.config.js renamed to src/Typescript/jest.config.cjs
src/Typescript/package.json
@@ -7,8 +7,8 @@
7
"scripts": {
8
"build": "webpack",
9
"build:watch": "webpack --watch",
10
- "test": "jest",
11
- "test:watch": "jest --watch",
+ "test": "jest --config jest.config.cjs",
+ "test:watch": "jest --watch --config jest.config.cjs",
12
"lint": "eslint src/**/*.ts",
13
"lint:fix": "eslint src/**/*.ts --fix",
14
"prepublishOnly": "npm run build"
0 commit comments