playwright/packages/playwright-ct-vue
Sander c87ca052d1
fix(ct): vue jsx component.update type (#32213)
partial fix for:
https://github.com/microsoft/playwright/issues/31927#issuecomment-2267065378

The options object wasn't treated as partial, unlike in other
frameworks, which led to the `component.update({ props: {} })` type
being selected instead the `component.update(<Component prop={} />)`
during jsx usage.
2024-08-19 05:50:25 -07:00
..
.npmignore chore: fix cli executable bits (#20973) 2023-02-16 19:49:44 -08:00
cli.js fix(ct): fix the non-react cli entry points (#29748) 2024-02-29 12:48:15 -08:00
hooks.d.ts feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
hooks.mjs feat(ct): allow configuring apps per test (#15551) 2022-07-12 09:37:33 -07:00
index.d.ts fix(ct): vue jsx component.update type (#32213) 2024-08-19 05:50:25 -07:00
index.js chore: pass the private data to the runner via config (#29467) 2024-02-13 09:34:03 -08:00
package.json chore: mark 1.47.0-next (#31879) 2024-07-26 17:50:11 +02:00
README.md chore: add disclaimer to experimental ct packages (#14075) 2022-05-10 10:59:30 -07:00
register.d.ts chore(ct): dedupe types (#28816) 2024-01-07 19:45:42 -08:00
register.mjs chore(ct): do not clash internals with userland (#21774) 2023-03-17 18:08:28 -07:00
registerSource.mjs feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00

BEWARE This package is EXPERIMENTAL and does not respect semver.

Read more at https://playwright.dev/docs/test-components