chore: Run E2E tests in parallel (#204)

This commit is contained in:
Aaron
2023-11-02 11:15:07 -05:00
committed by GitHub
parent 21c35ee593
commit bd35acdae1
-1
View File
@@ -41,7 +41,6 @@ export default defineWorkspace([
test: {
name: 'e2e',
dir: 'e2e',
singleThread: true,
testTimeout: 120e3,
},
plugins: [testSeed()],