Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Jan 21, 2024
1 parent fdc6dda commit 228aec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"test": "vitest run",
"test:ui": "vitest --ui",
"test:e2e": "npx playwright test --ui",
"test:comp": "npx playwright test ComponentTest --ui",
"coverage": "vitest run --coverage",
"prepare": "husky install"
},
Expand Down
8 changes: 4 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ export default defineConfig({

baseURL: 'http://127.0.0.1:3000',

ctViteConfig: {
plugins: [react()],
resolve: { alias },
},
// ctViteConfig: {
// plugins: [react()],
// resolve: { alias },
// },
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit 228aec2

Please sign in to comment.