- 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.
|
||
|---|---|---|
| .. | ||
| ct-react-vite | ||
| ct-react17 | ||
| ct-svelte | ||
| ct-svelte-vite | ||
| ct-vue-cli | ||
| ct-vue-vite | ||
| .gitignore | ||
| test-all.spec.js | ||