Skip to content

Commit

Permalink
Update reporter logs for latest Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Nov 13, 2022
1 parent 7007f13 commit 136dde3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test-tap/reporters/default.edgecases.v16.log
Expand Up @@ -7,6 +7,10 @@
---tty-stream-chunk-separator
Uncaught exception in ast-syntax-error.cjs

~/test-tap/fixture/report/edgecases/ast-syntax-error.cjs:3
const fn = do {
^^

SyntaxError: Unexpected token 'do'

---tty-stream-chunk-separator
Expand Down
6 changes: 5 additions & 1 deletion test-tap/reporters/tap.edgecases.v16.log
@@ -1,6 +1,10 @@
TAP version 13
---tty-stream-chunk-separator
not ok 1 - SyntaxError: Unexpected token 'do'
not ok 1 - ~/test-tap/fixture/report/edgecases/ast-syntax-error.cjs:3
const fn = do {
^^

SyntaxError: Unexpected token 'do'
---
name: SyntaxError
message: Unexpected token 'do'
Expand Down

0 comments on commit 136dde3

Please sign in to comment.