ember-cli-qunit
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -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 @@ |
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
8000
13501
11
178