Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Jest tests with no annotation are still ran #47

Open
m-smith-oe opened this issue Jun 17, 2022 · 0 comments
Open

Jest tests with no annotation are still ran #47

m-smith-oe opened this issue Jun 17, 2022 · 0 comments

Comments

@m-smith-oe
Copy link

If run
npm run test -- --group=IntegrationTests --ci --testResultsProcessor="jest-junit" --coverageReporters=cobertura --coverage

in a dir without a group IntegrationTests but has jest tests with no grouping all the tests without a grouping are ran. If i run the above command in a dir that has Integration Test group in it, it will ran and no other tests are ran.

Seems these guys have experiences the issue too
nrwl/nx#9873

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

No branches or pull requests

1 participant