'cy' is not defined no-undef
warning message
#22887
Unanswered
danikova
asked this question in
Component Testing
Replies: 1 comment 2 replies
-
hello! 👋 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It works in the interactive mode and it works well when running in headless mode.
But I constantly get this
'cy' is not defined no-undef
warnings, which I think it's annoying.Stepper.jsx
is similar to what can be found in the component testing guide.Stepper.cy.jsx
is similar too:I've tried to fix this with an .eslintrc.json what i found from a similar discussion but I had no luck.
Beta Was this translation helpful? Give feedback.
All reactions