Skip to content

Commit d70eddf

Browse files
NullVoxPopuliclaude
andcommitted
Exclude tests/bench from vitest test discovery
The bench fixtures are plain Ember source files, not test files. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 3ba4f9c commit d70eddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
globals: true,
66
setupFiles: [],
77
include: ['**/tests/**/*.js'],
8-
exclude: ['tests/helpers/**', 'node_modules'],
8+
exclude: ['tests/helpers/**', 'tests/bench/**', 'node_modules'],
99
sequence: {
1010
hooks: 'list',
1111
},

0 commit comments

Comments
 (0)