Commit eaa1756
committed
fix(web): rename Playwright e2e tests to .e2e.ts extension
- Rename store-hydration.test.ts -> store-hydration.e2e.ts
- Rename store-ssr.test.ts -> store-ssr.e2e.ts
- Update playwright.config.ts to match .e2e.ts files
- Add web/bunfig.toml for test runner configuration
This prevents Bun test runner from picking up Playwright tests,
which should only be run via `bun run e2e`1 parent ba0d08b commit eaa1756
File tree
4 files changed
+6
-0
lines changed- web
- src/__tests__/e2e
4 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments