Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

cahirodoherty-learningpool
Copy link
Contributor

Fixes #202

Fix

  • Removing false catchall from tests

Copy link
Contributor

@lemmyadams lemmyadams left a 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

@cahirodoherty-learningpool
Copy link
Contributor Author

@oliverfoster I've made an update based on your suggestion of bypassing the tests if the plugin isn't included in the build

@oliverfoster
Copy link
Member

Can we do this in the task runner rather than the tests?

@cahirodoherty-learningpool
Copy link
Contributor Author

Hmmm good point. It would be safer than having to include that before check on each test

@oliverfoster
Copy link
Member

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.

@cahirodoherty-learningpool
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BoxMenu tests are giving a false positive for menu's on the course
3 participants