Closed dmaslov closed 9 years ago
Please see https://github.com/karma-runner/karma/issues/1037, when it's closed, this plugin can be re-tooled or deprecated.
gulp-karma
is deprecated (#43). Please use Karma directly: https://github.com/karma-runner/gulp-karma
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: