Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 5, 2024
1 parent 17e5c05 commit 0e284a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vitest/coverage-v8": "^1.2.1",
"c8": "^9.1.0",
"happy-dom": "^13.3.1",
"playwright-test-coverage-native": "^0.1.3",
"playwright-test-coverage-native": "^0.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"use-immer": "^0.9.0",
Expand Down
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default defineConfig({
use: {
...devices["Desktop Chrome"],
coverageDir: './coverage-playwright/tmp',
coverageSourceMapHandler: '@fs',
coverageSrc: './src'
},
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e284a1

Please sign in to comment.