diff --git a/packages/tinytest/tinytest.js b/packages/tinytest/tinytest.js index 60c0bbdc90..20f2669f2b 100644 --- a/packages/tinytest/tinytest.js +++ b/packages/tinytest/tinytest.js @@ -284,7 +284,7 @@ _.extend(TestCaseResults.prototype, { } else /* fail -- not something that contains other things */; - if (pass === !!not) + if (pass === ! not) this.ok(); else { this.fail({type: "include", message: message,