Comparing version 3.2.0 to 3.2.1
3.2.1 / 2016-02-26 | ||
================== | ||
* fix: assert the wrong type, less testcase :sweat: | ||
3.2.0 / 2016-02-26 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -117,3 +117,3 @@ 'use strict'; | ||
if (this.complete) { | ||
assertion([ rule ], this.stdout, 'match ' + type); | ||
assertion([ rule ], this[type], 'match ' + type); | ||
} else { | ||
@@ -130,3 +130,3 @@ this.waitAssert[type].push(rule); | ||
if (this.complete) { | ||
assertion([ rule ], this.stdout, 'match ' + type); | ||
assertion([ rule ], this[type], 'match ' + type); | ||
} else { | ||
@@ -133,0 +133,0 @@ this.waitAssert[type].push(rule); |
{ | ||
"name": "coffee", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Test command line on nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15517