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

Multiple entries #134

Closed
davidhantson opened this issue Apr 28, 2017 · 1 comment
Closed

Multiple entries #134

davidhantson opened this issue Apr 28, 2017 · 1 comment

Comments

@davidhantson
Copy link

With normal mocha you can specify something like this:

mocha ./test/setup.js ./test/**/*.spec.js

It will first execute the first file then hop on to the next space separated glob pattern. This is needed when setting your config json file on the global object first before running all files.

webpack-mocha only allows 1 entry and my setup breaks. Now I have to go everywhere and import the config everywhere instead of using the global object. This restricts a lot of possibilities on the next environments.

@zinserjan
Copy link
Owner

Multiple entries works with 1.0.0 (see #70)

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