Skip to content

Commit 5b3b608

Browse files
author
Caolan McMahon
committed
don't avoid undefined in error message output
1 parent 0bf7298 commit 5b3b608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-bettererrors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function betterErrorStringFromError(error) {
1717
function performBasicChecks(betterErrorString) {
1818
betterErrorString.should.include("AssertionError");
1919
betterErrorString.should.include("test-bettererrors");
20-
betterErrorString.should.not.include("undefined");
20+
//betterErrorString.should.not.include("undefined");
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)