Skip to content

Commit 262fe10

Browse files
committed
chore(CI): Split next-form tests into smaller suites/files that can be run more-in-parallel
1 parent 0de1c16 commit 262fe10

File tree

4 files changed

+304
-285
lines changed

4 files changed

+304
-285
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { runSharedTests } from './shared-tests.util'
2+
3+
runSharedTests('app')

test/e2e/app-dir/next-form/default/next-form.test.ts

Lines changed: 0 additions & 285 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { runSharedTests } from './shared-tests.util'
2+
3+
runSharedTests('pages')

0 commit comments

Comments
 (0)