We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e5118 commit b965ceaCopy full SHA for b965cea
1 file changed
apps/forms/61-simplest-signal-form/vitest-base.config.ts
@@ -5,9 +5,9 @@ const teardown = process.env['TEARDOWN'] !== 'false';
5
6
export default defineConfig({
7
test: {
8
- // setupFiles: [
9
- // 'apps/forms/61-simplest-signal-form/src/test-setup/no-teardown.ts',
10
- // ],
+ setupFiles: [
+ 'apps/forms/61-simplest-signal-form/src/test-setup/no-teardown.ts',
+ ],
11
testTimeout: 3_000,
12
browser: {
13
enabled: true,
0 commit comments