Mathieu Guilbault
Mathieu Guilbault
@pi0 I think there are still some issues with highlighting. It doesn't seem to be working. I took this example from the nuxt content website. (Maybe it's not highlighting in...
This is due to a new compilerOptions that the nuxt team decided to set to true by default which require all type imports to be explicitly imported like `import type...
I got this error as well but turns out I was importing twice `import "@testing-library/cypress/add-commands";` Make sure you import only in `cypress/support/commands.js`