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.11 to 0.3.12

LICENSE.md

2

blueprints/ember-cli-qunit/index.js

@@ -13,5 +13,5 @@ module.exports = {

{ name: 'ember-qunit-notifications', target: '0.0.7' },
{ name: 'ember-qunit', target: '0.3.1' }
{ name: 'ember-qunit', target: '0.3.2' }
]);
}
};
{
"name": "ember-cli-qunit",
"version": "0.3.11",
"version": "0.3.12",
"description": "QUnit testing package for ember-cli applications",

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

@@ -6,2 +6,3 @@ /* globals jQuery,QUnit */

QUnit.config.urlConfig.push({ id: 'doccontainer', label: 'Doc test pane'});
QUnit.config.testTimeout = 60000; //Default Test Timeout 60 Seconds

@@ -8,0 +9,0 @@ if (QUnit.notifications) {

@@ -6,3 +6,3 @@ /* globals jQuery,QUnit */

TestLoader.prototype.shouldLoadModule = function(moduleName) {
return moduleName.match(/[-_]test$/) || (!QUnit.urlParams.nojshint && moduleName.match(/\.jshint$/));
return moduleName.match(/\/.*[-_]test$/) || (!QUnit.urlParams.nojshint && moduleName.match(/\.jshint$/));
};

@@ -9,0 +9,0 @@

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