File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
7- "test" : " pnpm install && NODE_OPTIONS=\" --experimental-vm-modules --no-warnings\" jest --coverage" ,
7+ "test" : " pnpm install && NODE_OPTIONS=\" --experimental-vm-modules --no-warnings\" jest --coverage --no-cache " ,
88 "test:watch" : " pnpm run test --watch"
99 },
1010 "devDependencies" : {
Original file line number Diff line number Diff line change 66 "build" : " rollup -c" ,
77 "dev" : " rollup -c -w" ,
88 "start" : " sirv public --no-clear" ,
9- "test" : " jest src" ,
9+ "test" : " jest src --no-cache " ,
1010 "test:watch" : " pnpm run test -- --watch"
1111 },
1212 "devDependencies" : {
Original file line number Diff line number Diff line change 88 "preview" : " vite preview" ,
99 "check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
1010 "check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
11- "test" : " svelte-kit sync && cross-env NODE_OPTIONS=--experimental-vm-modules jest src --config jest.config.json" ,
11+ "test" : " svelte-kit sync && cross-env NODE_OPTIONS=--experimental-vm-modules jest src --config jest.config.json --no-cache " ,
1212 "test:watch" : " pnpm run test -- --watch"
1313 },
1414 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments