karma-jasmine
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -38,2 +38,7 @@ (function(window) { | ||
var getCurrentTransport = function() { | ||
// probably running in debug.html (there's no socket.io) | ||
if (!window.parent.io) { | ||
return null; | ||
} | ||
var location = window.parent.location; | ||
@@ -40,0 +45,0 @@ return window.parent.io.sockets[location.protocol + '//' + location.host].transport.name; |
{ | ||
"name": "karma-jasmine", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A Karma plugin - adapter for Jasmine testing framework.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80624
2464