karma-qunit
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -7,3 +7,3 @@ (function(window) { | ||
if (!karma.config || !karma.config.qunit) { | ||
return {} | ||
return config | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "karma-qunit", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A Karma plugin. Adapter for QUnit testing framework.", | ||
@@ -46,5 +46,5 @@ "main": "lib/index.js", | ||
"Matt DuVall <matt@stripe.com>", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"dignifiedquire <dignifiedquire@gmail.com>", | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"Aymeric Beaumet <aymeric@beaumet.me>", | ||
@@ -51,0 +51,0 @@ "Timo Tijhof <krinklemail@gmail.com>", |
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
8349