You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running jest-lint it will try to find a JSX file for each snapshot, but if you are using, for example, a Vue.js project with templates, it will keep throwing the warnings "No JSX found", kind of unnecessary.
After running
jest-lintit will try to find a JSX file for each snapshot, but if you are using, for example, a Vue.js project with templates, it will keep throwing the warnings "No JSX found", kind of unnecessary.