karma-qunit
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -14,5 +14,5 @@ var path = require('path') | ||
files.unshift(createPattern(path.join(__dirname, 'adapter.js'))) | ||
files.unshift(createPattern(require.resolve('qunitjs'))) | ||
files.unshift(createPattern(require.resolve('qunit'))) | ||
if (qunit && qunit.showUI) { | ||
files.unshift(createPattern(require.resolve('qunitjs/qunit/qunit.css'))) | ||
files.unshift(createPattern(require.resolve('qunit/qunit/qunit.css'))) | ||
} | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "karma-qunit", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Karma plugin. Adapter for QUnit testing framework.", | ||
@@ -58,5 +58,6 @@ "main": "lib/index.js", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"Johann-S <johann.servoire@gmail.com>", | ||
"Aymeric Beaumet <aymeric@beaumet.me>", | ||
"masubi <masubi@users.noreply.github.com>", | ||
"Ulrich Block <u.block@sap.com>", | ||
"masubi <masubi@users.noreply.github.com>", | ||
"Aymeric Beaumet <aymeric@beaumet.me>", | ||
"thenickcox <nick@nickcox.me>", | ||
@@ -63,0 +64,0 @@ "Brian Donovan <donovan@squareup.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
9941