Skip to content

Commit 8344327

Browse files
committed
Update tests
1 parent 1898e31 commit 8344327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"build": "webpack",
99
"build:watch": "webpack --watch",
10-
"test": "jest",
11-
"test:watch": "jest --watch",
10+
"test": "jest --config jest.config.cjs",
11+
"test:watch": "jest --watch --config jest.config.cjs",
1212
"lint": "eslint src/**/*.ts",
1313
"lint:fix": "eslint src/**/*.ts --fix",
1414
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)