Closed ptylek closed 7 months ago
I'm having the same problem with version @nuxt/test-utils@3.12.0
Looks like already fixed in https://github.com/nuxt/test-utils/pull/797
Thanks for the reply!
But as I can see these changes are already on main branch. Is it possible to create minor release / tag in order to fix it? As you can see both playwright.d.ts and files inpackage.json are missing from 3.12.0 release.
Looks like already fixed in https://github.com/nuxt/test-utils/pull/797
I'm waiting for the release of a fixed version :)
Thanks @danielroe! 🙇🏻 New release: https://github.com/nuxt/test-utils/releases/tag/v3.12.1
Hey, Today I used patch-package to patch
@nuxt/test-utils@3.12.0
for the project I'm working on.Main branch already has these changes and it fixes issue where I am not able to import from
@nuxt/test-utils/playwright
due to missing types.Here is the diff that solved my problem:
But as I can see these changes are already on main branch. Is it possible to create minor release / tag in order to fix it? As you can see both playwright.d.ts and
files
inpackage.json
are missing from 3.12.0 release.