Skip to content

Commit

Permalink
Fix reporter logs which are sensitive to line numbers changing
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Feb 24, 2024
1 parent fc60736 commit cfd3016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test-tap/reporters/tap.regular.v18.log
Expand Up @@ -113,7 +113,7 @@ not ok 12 - test › no longer failing
message: >-
Test was expected to fail, but succeeded, you should stop marking the test as
failing
at: 'Test.finish (/lib/test.js:629:28)'
at: 'Test.finish (/lib/test.js:633:28)'
...
---tty-stream-chunk-separator
not ok 13 - test › logs
Expand Down Expand Up @@ -144,7 +144,7 @@ not ok 15 - test › implementation throws non-error
details:
'Error thrown in test:': 'null'
message: Error thrown in test
at: 'Test.run (/lib/test.js:542:25)'
at: 'Test.run (/lib/test.js:546:25)'
...
---tty-stream-chunk-separator
not ok 16 - traces-in-t-throws › throws
Expand Down
4 changes: 2 additions & 2 deletions test-tap/reporters/tap.regular.v20.log
Expand Up @@ -113,7 +113,7 @@ not ok 12 - test › no longer failing
message: >-
Test was expected to fail, but succeeded, you should stop marking the test as
failing
at: 'Test.finish (/lib/test.js:629:28)'
at: 'Test.finish (/lib/test.js:633:28)'
...
---tty-stream-chunk-separator
not ok 13 - test › logs
Expand Down Expand Up @@ -144,7 +144,7 @@ not ok 15 - test › implementation throws non-error
details:
'Error thrown in test:': 'null'
message: Error thrown in test
at: 'Test.run (/lib/test.js:542:25)'
at: 'Test.run (/lib/test.js:546:25)'
...
---tty-stream-chunk-separator
not ok 16 - traces-in-t-throws › throws
Expand Down
4 changes: 2 additions & 2 deletions test-tap/reporters/tap.regular.v21.log
Expand Up @@ -113,7 +113,7 @@ not ok 12 - test › no longer failing
message: >-
Test was expected to fail, but succeeded, you should stop marking the test as
failing
at: 'Test.finish (/lib/test.js:629:28)'
at: 'Test.finish (/lib/test.js:633:28)'
...
---tty-stream-chunk-separator
not ok 13 - test › logs
Expand Down Expand Up @@ -144,7 +144,7 @@ not ok 15 - test › implementation throws non-error
details:
'Error thrown in test:': 'null'
message: Error thrown in test
at: 'Test.run (/lib/test.js:542:25)'
at: 'Test.run (/lib/test.js:546:25)'
...
---tty-stream-chunk-separator
not ok 16 - traces-in-t-throws › throws
Expand Down

0 comments on commit cfd3016

Please sign in to comment.