You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2021. It is now read-only.
Any Karma option can be passed as part of the options object. See [Karma Configuration] for a complete list of options. Note: It's best practice to put options in your Karma config file.
I'm trying to pass paths for exclude files from tests(karma.config.js has exclude property). It doesn't work. Files are not excluded. If i keep exclude paths in karma.conf.js all works fine, but i want to keep all paths (files for testing and for excluding) in one place (gulpfile.js)
What the best practice to do that with gulp-karma plugin?
Hi! From your Readme:
I'm trying to pass paths for exclude files from tests(karma.config.js has
exclude
property). It doesn't work. Files are not excluded. If i keep exclude paths inkarma.conf.js
all works fine, but i want to keep all paths (files for testing and for excluding) in one place (gulpfile.js
)What the best practice to do that with
gulp-karma
plugin?The part of my
gulpfile.js
below:The text was updated successfully, but these errors were encountered: