Skip to content

Commit 4d3bbae

Browse files
authored
Merge pull request #19568 from apache/fix-jest
fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest error
2 parents 52735fa + fde9fbd commit 4d3bbae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension && npm run build:ssr",
5353
"help": "node build/build.js --help",
5454
"test:visual": "node test/runTest/server.js",
55-
"test": "npx jest --config test/ut/jest.config.js",
56-
"test:single": "npx jest --config test/ut/jest.config.js --coverage=false -t",
57-
"test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.js --coverage=false -t",
55+
"test": "npx jest --config test/ut/jest.config.cjs",
56+
"test:single": "npx jest --config test/ut/jest.config.cjs --coverage=false -t",
57+
"test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.cjs --coverage=false -t",
5858
"test:dts": "node build/testDts.js",
5959
"mktest": "node test/build/mktest.js",
6060
"mktest:help": "node test/build/mktest.js -h",
File renamed without changes.

0 commit comments

Comments
 (0)