ember-cli-test-helpers
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "ember-cli-test-helpers", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A collection of test helpers for ember web applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -54,7 +54,10 @@ import Ember from "ember"; | ||
}, | ||
qunitAssert: Ember.computed(function(key, value) { | ||
if(arguments.length > 1) { | ||
qunitAssert: Ember.computed({ | ||
get(key) { | ||
return this.get("assert") || QUnit.assert; | ||
}, | ||
set(key, value) { | ||
this.set("assert", value); | ||
return this.get("assert") || QUnit.assert; | ||
} | ||
return this.get("assert") || QUnit.assert; | ||
}), | ||
@@ -61,0 +64,0 @@ _incorrectMessage: function(unfired, unhandled) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5333330
155
63698
1