karma-qunit
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -28,2 +28,3 @@ (function(window) { | ||
var config = (tc.config && tc.config.qunit) || {} | ||
var qunitOldTimeout = 13 | ||
@@ -121,3 +122,5 @@ if (config.showUI) { | ||
if (config.autostart !== false) { | ||
runner.start() | ||
setTimeout(function () { | ||
runner.start() | ||
}, qunitOldTimeout) | ||
} | ||
@@ -124,0 +127,0 @@ } |
{ | ||
"name": "karma-qunit", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Karma plugin. Adapter for QUnit testing framework.", | ||
@@ -8,3 +8,4 @@ "main": "lib/index.js", | ||
"lint": "grunt eslint", | ||
"test": "grunt" | ||
"test": "grunt", | ||
"test:lib": "mocha test/lib" | ||
}, | ||
@@ -27,2 +28,3 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.18.2", | ||
@@ -45,2 +47,3 @@ "eslint-config-standard": "^11.0.0", | ||
"load-grunt-tasks": "^3.2.0", | ||
"mocha": "^5.0.4", | ||
"qunit": "^2.5.1" | ||
@@ -56,11 +59,11 @@ }, | ||
"Matt DuVall <matt@stripe.com>", | ||
"Johann-S <johann.servoire@gmail.com>", | ||
"masubi <justin.masui@gmail.com>", | ||
"Timo Tijhof <krinklemail@gmail.com>", | ||
"Stefan Sechelmann <stefan@sechel.de>", | ||
"Timo Tijhof <krinklemail@gmail.com>", | ||
"masubi <justin.masui@gmail.com>", | ||
"Mark Ethan Trostler <mark@zzo.com>", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"Johann-S <johann.servoire@gmail.com>", | ||
"Ulrich Block <u.block@sap.com>", | ||
"masubi <masubi@users.noreply.github.com>", | ||
"Aymeric Beaumet <aymeric@beaumet.me>", | ||
"masubi <masubi@users.noreply.github.com>", | ||
"Ulrich Block <u.block@sap.com>", | ||
"thenickcox <nick@nickcox.me>", | ||
@@ -67,0 +70,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
10108
137
20
1