diff --git a/package.json b/package.json index 64345cde8a..4d813d42a3 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,9 @@ "release": "npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension && npm run build:ssr", "help": "node build/build.js --help", "test:visual": "node test/runTest/server.js", - "test": "npx jest --config test/ut/jest.config.js", - "test:single": "npx jest --config test/ut/jest.config.js --coverage=false -t", - "test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.js --coverage=false -t", + "test": "npx jest --config test/ut/jest.config.cjs", + "test:single": "npx jest --config test/ut/jest.config.cjs --coverage=false -t", + "test:single:debug": "npx --node-arg=--inspect-brk jest --runInBand --config test/ut/jest.config.cjs --coverage=false -t", "test:dts": "node build/testDts.js", "mktest": "node test/build/mktest.js", "mktest:help": "node test/build/mktest.js -h", diff --git a/test/ut/jest.config.js b/test/ut/jest.config.cjs similarity index 100% rename from test/ut/jest.config.js rename to test/ut/jest.config.cjs