Skip to content

Commit

Permalink
Deactivate vitest globals (expect, describe, test, ...)
Browse files Browse the repository at this point in the history
With importing all test functions the globals are unnecessary and
should not be activated anymore.
  • Loading branch information
bjoernricks committed Apr 29, 2024
1 parent b92db43 commit a28986e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default defineWorkspace([
test: {
name: 'web',
environment: 'jsdom',
globals: true,
setupFiles: './src/web/setupTests.js',
include: [
'src/web/**/*.{test,spec}.?(c|m)[jt]s?(x)',
Expand Down

0 comments on commit a28986e

Please sign in to comment.