Skip to content

fix(ci): make matcher more precise #2185

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
Aug 13, 2018
Merged

fix(ci): make matcher more precise #2185

merged 1 commit into from
Aug 13, 2018

Conversation

elevatebart
Copy link
Contributor

After adding the testMatch parameter,
jest is now picking up files as test suites that it should not:
example:
cli-plugin-unit-mocha/generator/template/tests/unit/HelloWorld.spec.js

This commit makes jest match only files in __tests__

After adding the testMatch parameter,
jest is now picking up files as test suites that it should not:
example:
`cli-plugin-unit-mocha/generator/template/tests/unit/HelloWorld.spec.js`

This commit makes jest match only files in `__tests__`
@yyx990803 yyx990803 merged commit 7fd3443 into vuejs:dev Aug 13, 2018
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.

2 participants