File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
"release" : " npm run build:lib && npm run build:i18n && npm run build && npm run build:esm && npm run build:extension && npm run build:ssr" ,
53
53
"help" : " node build/build.js --help" ,
54
54
"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" ,
58
58
"test:dts" : " node build/testDts.js" ,
59
59
"mktest" : " node test/build/mktest.js" ,
60
60
"mktest:help" : " node test/build/mktest.js -h" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments