Skip to content

Commit

Permalink
had to exclude playwright from vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Aug 20, 2024
1 parent 03f67e0 commit 4981f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions OCR/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-label": "^1.3.0",
"react-router-dom": "^6.26.0",
"@rollup/rollup-linux-x64-gnu": "^4.21.0"
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
Expand Down
1 change: 1 addition & 0 deletions OCR/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react-swc'
export default defineConfig({
plugins: [react()],
test: {
exclude: ['./e2e', './e2e-examples', './playwright.config.ts'],
globals: true,
environment: 'jsdom',
setupFiles: './tests/setup.js',
Expand Down

0 comments on commit 4981f5e

Please sign in to comment.