Skip to content

Commit

Permalink
fix: move tests for filterWorkspaces for watch folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DevJoaoLopes committed Jan 8, 2025
1 parent a8a0903 commit bac2ef7
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 39 deletions.
5 changes: 0 additions & 5 deletions test/filterWatchMode/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions test/filterWatchMode/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions test/filterWatchMode/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion test/filterWatchMode/vitest.workspace.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineProject } from 'vitest/config'
export default defineProject({
test: {
name: 'browser',
include: ['src/client/**/*.ts', 'src/shared/**/*.ts'],
include: ['fixtures/filterWorkspaces/client/**/*.ts', 'fixtures/filterWorkspaces/shared/**/*.ts'],
},
})
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineProject } from 'vitest/config'
export default defineProject({
test: {
name: 'node',
include: ['src/server/**/*.ts', 'src/shared/**/*.ts'],
include: ['fixtures/filterWorkspaces/server/**/*.ts', 'fixtures/filterWorkspaces/shared/**/*.ts'],
},
})
1 change: 1 addition & 0 deletions test/watch/vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default ['vitest.config.ts', 'vitest.config.browser.ts', 'vitest.config.node.ts']

0 comments on commit bac2ef7

Please sign in to comment.