-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Removing false catchall from tests #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just be aware this will void the box menu tests until part 2 of the issue is addressed
@oliverfoster I've made an update based on your suggestion of bypassing the tests if the plugin isn't included in the build |
Can we do this in the task runner rather than the tests? |
Hmmm good point. It would be safer than having to include that before check on each test |
Yeahs, I know jest has a filter option. I'm not sure about cypress. If there isn't a good filter option for both, the opposite way of doing it, rather than excludes, is to only include the includes when an open (no specific file) execution is started. |
Fixes #202
Fix