fix power-assert/power-assert-tests.ts

This commit is contained in:
vvakame
2015-07-19 17:14:14 +09:00
parent ae21c4da5a
commit 3ccce07fe3

View File

@@ -69,9 +69,9 @@ var customizedAssert2 = assert.customize({
circular: '#@Circular#',
lineSeparator: '\n',
ambiguousEastAsianCharWidth: 2,
widthOf: () => null,
stringify: () => null,
diff: () => null,
widthOf: () => false,
stringify: () => false,
diff: () => false,
writerClass: null,
renderers: [
'./built-in/file',