Skip to content

Commit 6095479

Browse files
Use flag instead of override config file
1 parent 78977af commit 6095479

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

e2e/vitest.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('examples/vitest', () => {
128128
}, 10000) // 10s timeout
129129

130130
test('it handles no location being present', (done) => {
131-
exec('npm test -- --config vitest.override.config.js', { cwd, env }, (error, stdout, stderr) => {
131+
exec('npm test -- --includeTaskLocation false', { cwd, env }, (error, stdout, stderr) => {
132132
expect(stdout).toMatch(/.*Test Engine Sending: ({.*})/m);
133133

134134
const jsonMatch = stdout.match(/.*Test Engine Sending: ({.*})/m)

examples/vitest/vitest.override.config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)