Skip to content

Commit 136dde3

Browse files
committed
Update reporter logs for latest Node.js 16
1 parent 7007f13 commit 136dde3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

test-tap/reporters/default.edgecases.v16.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
---tty-stream-chunk-separator
88
Uncaught exception in ast-syntax-error.cjs
99

10+
~/test-tap/fixture/report/edgecases/ast-syntax-error.cjs:3
11+
const fn = do {
12+
^^
13+
1014
SyntaxError: Unexpected token 'do'
1115

1216
---tty-stream-chunk-separator

test-tap/reporters/tap.edgecases.v16.log

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
TAP version 13
22
---tty-stream-chunk-separator
3-
not ok 1 - SyntaxError: Unexpected token 'do'
3+
not ok 1 - ~/test-tap/fixture/report/edgecases/ast-syntax-error.cjs:3
4+
const fn = do {
5+
^^
6+
7+
SyntaxError: Unexpected token 'do'
48
---
59
name: SyntaxError
610
message: Unexpected token 'do'

0 commit comments

Comments
 (0)