Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Adjust jest testMatch to work cross platform #295

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Adjust jest testMatch to work cross platform #295

merged 1 commit into from
Feb 26, 2020

Conversation

michaud
Copy link
Contributor

@michaud michaud commented Feb 14, 2020

before this change running tests (npm run test) returns 'No tests found' on windows.
As per jest issue #7914 #issuecomment-464352069 changing the micromatch glob works on both OS's.
There is a proposed solution but the jest code has not changed in that location.

before this change running tests (npm run test) returns 'No tests found' on windows.
As per [jest issue #7914 #issuecomment-464352069](jestjs/jest#7914 (comment)) changing the [micromatch](https://github.com/micromatch/micromatch#extglobs) glob works on both OS's.
There is a proposed solution but the jest code has not changed in that location.
@james-martin-jd
Copy link
Contributor

LGTM. For future reference this seems to be the solution provided here:

jestjs/jest#7914

@james-martin-jd james-martin-jd merged commit 9a42357 into inrupt:develop Feb 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants