Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5888392

Browse files
messenjercexbrayat
authored andcommitted
fix: exclude from vitest the playwright e2e/** subfolders
1 parent 98b595a commit 5888392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎template/config/vitest/vitest.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default mergeConfig(
77
defineConfig({
88
test: {
99
environment: 'jsdom',
10-
exclude: [...configDefaults.exclude, 'e2e/*'],
10+
exclude: [...configDefaults.exclude, 'e2e/**'],
1111
root: fileURLToPath(new URL('./', import.meta.url))
1212
}
1313
})

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /