Skip to content

Commit 9a4d644

Browse files
committed
temp: fail test to see output
1 parent d56a654 commit 9a4d644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-assert-fail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ test('Object prototype get', () => {
4747
Object.prototype.get = () => { throw new Error('failed'); };
4848
assert.throws(() => assert.fail(''), { code: 'ERR_ASSERTION' });
4949
delete Object.prototype.get;
50+
throw new Error('failed');
5051
});

0 commit comments

Comments
 (0)