Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-qunit

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-qunit - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

2

package.json
{
"name": "ember-cli-qunit",
"version": "0.3.10",
"version": "0.3.11",
"description": "QUnit testing package for ember-cli applications",

@@ -5,0 +5,0 @@ "main": "index.js",

/* globals jQuery,QUnit */
QUnit.config.autostart = false;
QUnit.config.urlConfig.push({ id: 'nocontainer', label: 'Hide container'});

@@ -5,0 +4,0 @@ QUnit.config.urlConfig.push({ id: 'nojshint', label: 'Disable JSHint'});

@@ -16,6 +16,12 @@ /* globals jQuery,QUnit */

var autostart = QUnit.config.autostart !== false;
QUnit.config.autostart = false;
setTimeout(function() {
TestLoader.load();
QUnit.start();
if (autostart) {
QUnit.start();
}
}, 250);
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc