Skip to content

Commit

Permalink
Uncaught ReferenceError: jasmineRequire is not defined on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taras42 committed Aug 20, 2016
1 parent ecfcd7e commit e3a6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var JASMINE_CORE_PATTERN = /(\/karma-jasmine\/)/i;
var JASMINE_CORE_PATTERN = /([\\/]karma-jasmine[\\/])/i;
var createPattern = function(path) {
return {pattern: path, included: true, served: true, watched: false};
};
Expand Down

0 comments on commit e3a6da7

Please sign in to comment.