chai-changes
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.3.2 | ||
// Generated by CoffeeScript 1.3.3 | ||
(function() { | ||
@@ -41,5 +41,2 @@ | ||
isPromise = (typeof result === 'object') && (typeof result.then === 'function'); | ||
if (((typeof DS !== "undefined" && DS !== null ? DS.Model : void 0) != null) && result instanceof DS.Model) { | ||
isPromise = false; | ||
} | ||
if (isPromise) { | ||
@@ -46,0 +43,0 @@ done = options != null ? options.notify : void 0; |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "test", "assertion", "assert", "testing", "changes", "promises" ], | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
26368
219