From e3a6da7131797e4e063ca76071dc00d0e7d11592 Mon Sep 17 00:00:00 2001 From: taras42 Date: Sat, 20 Aug 2016 12:28:39 +0300 Subject: [PATCH] Uncaught ReferenceError: jasmineRequire is not defined on Windows --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 6c5fa65..20ef9db 100644 --- a/src/index.js +++ b/src/index.js @@ -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}; };