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

[5.0.0-alpha.2] test files with same name are ignored #400

Closed
daKmoR opened this issue Mar 1, 2019 · 0 comments
Closed

[5.0.0-alpha.2] test files with same name are ignored #400

daKmoR opened this issue Mar 1, 2019 · 0 comments

Comments

@daKmoR
Copy link
Collaborator

daKmoR commented Mar 1, 2019

Having 2 test files
test/foo.test.js
test/sub/foo.test.js

each containing 1 test

Expected Behavior

2 tests are executed

Actual Behavior

1 test is executed

How Do We Reproduce?

git clone https://github.com/daKmoR/karma-webpack-issue-400.git
cd karma-webpack-issue-400
yarn install
yarn test

this will execute 1 test even though it should be 2.

Workaround: rename test/sub/foo.test.js to test/sub/foo2.test.js and it works as expected

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

No branches or pull requests

2 participants