File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 "test" : " vitest --project eslint-rules --project unit-and-integration --coverage" ,
5757 "pretest:accuracy" : " npm run build" ,
5858 "test:accuracy" : " sh ./scripts/accuracy/runAccuracyTests.sh" ,
59- "test:atlas " : " vitest --project atlas-long-running --coverage" ,
59+ "test:long-running-tests " : " vitest --project atlas-long-running --coverage" ,
6060 "atlas:cleanup" : " vitest --project atlas-cleanup"
6161 },
6262 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default defineConfig({
6666 {
6767 extends : true ,
6868 test : {
69- name : "atlas- long-running" ,
69+ name : "long-running-tests " ,
7070 include : [ ...longRunningTests ] ,
7171 testTimeout : 7200000 , // 2 hours for long-running tests
7272 hookTimeout : 7200000 ,
You can’t perform that action at this time.
0 commit comments