playwright/tests/components
Dmitry Gozman c1447eb8c1 fix(types): update types for test.extend
- Replace `KeyValue` with `{}` to avoid inferring `KeyValue` when not intended
  and turning all properties into `any`.
- Employ `as Exclude<K, keyof PW | keyof PT>` technique to make sure
  overridden fixtures inherit from the base test type, and are not looked up
  in the extended fixtures list where they are not present.

This should fix errors with TypeScript 5.8.
2024-11-28 09:17:00 +00:00
..
ct-react-vite fix(ct-react): support shorthand fragment notation (#32900) 2024-10-02 11:19:09 +02:00
ct-react17 fix(types): update types for test.extend 2024-11-28 09:17:00 +00:00
ct-svelte test(svelte): migrate svelte-navigator to custom minimal router (#30225) 2024-04-04 16:01:08 +02:00
ct-svelte-vite fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
ct-vue-cli chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
ct-vue-vite chore: pin typescript while vue-tsc is broken (#33746) 2024-11-23 11:48:34 -08:00
.gitignore Revert "chore: use plugins for component testing again (#13977)" (#13998) 2022-05-06 12:02:07 -07:00
test-all.spec.js chore(ct): type check (#18208) 2022-10-20 13:33:25 -07:00