Skip to content

Fix issue with Jest configuration regex not matching template. #1756

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

Merged
merged 1 commit into from
Jul 4, 2018

Conversation

darkodemic
Copy link
Contributor

@darkodemic darkodemic commented Jul 4, 2018

This PR fixes the bug in generated configuration of Jest testing framework. Issue was that when you create project using vue-cli and select to use jest configuration regex would be setup to look under a folder within tests/unit directory. This change makes it look for files also directly in tests/unit directory.
Without this change template test HelloWorld.spec.js would also fail.
Closes #1686

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

Successfully merging this pull request may close these issues.

Tests are not found out of the box
2 participants