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.
The following error occurs occasionally (not always) when we run our tests using gulp-karma. However, if the tests are executed using karma alone, this does not occur.
Seems to be a problem on Windows only.
Any ideas what might be the problem?
The text was updated successfully, but these errors were encountered:
currentSpec.expectis part of of Jasmine, so this could be a problem with your Karma plugin configuration or Jasmine itself... It is odd that the behavior is only observed when running with gulp-karma, but I can't think of a reason why that could ever happen due to what gulp-karma does.
The plugin is in flux right now and will definitely not be using gulp.src() to specify files in the future. See karma-runner/karma#1037, where @pkozlowski-opensource and I discuss that this plugin really shouldn't exist, we just need a few features in Karma to make it usable directly from gulp.
The following error occurs occasionally (not always) when we run our tests using gulp-karma. However, if the tests are executed using karma alone, this does not occur.
Seems to be a problem on Windows only.
Any ideas what might be the problem?
The text was updated successfully, but these errors were encountered: