Skip to content

Build: Update to js-reporters 1.2.3 #1481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"commander": "6.0.0",
"js-reporters": "1.2.1",
"js-reporters": "1.2.3",
"node-watch": "0.6.4",
"tiny-glob": "0.2.6"
},
Expand Down
16 changes: 8 additions & 8 deletions test/cli/fixtures/expected/tap-outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ not ok 1 Throws match > bad
---
message: "match error"
severity: failed
actual: "Error: Match me with a pattern"
actual : "Error: Match me with a pattern"
expected: "/incorrect pattern/"
stack: .*
...
Expand Down Expand Up @@ -116,7 +116,7 @@ not ok 1 Unhandled Rejections > test passes just fine, but has a rejected promis
---
message: "Error thrown in non-returned promise!"
severity: failed
actual: {
actual : {
"message": "Error thrown in non-returned promise!",
"stack": "Error: Error thrown in non-returned promise!\\n at /some/path/wherever/unhandled-rejection.js:13:11"
}
Expand All @@ -128,7 +128,7 @@ not ok 2 global failure
---
message: "outside of a test context"
severity: failed
actual: {
actual : {
"message": "outside of a test context",
"stack": "Error: outside of a test context\\n at Object.<anonymous> (/some/path/wherever/unhandled-rejection.js:20:18)"
}
Expand All @@ -150,7 +150,7 @@ not ok 1 global failure
---
message: "No tests were run."
severity: failed
actual: {}
actual : {}
expected: undefined
stack: Error: No tests were run.
at done (.*)
Expand All @@ -173,7 +173,7 @@ not ok 2 Example > bad
---
message: "failed"
severity: failed
actual: false
actual : false
expected: true
stack: at .* \\(.*source.js:7:14\\)
...
Expand All @@ -191,7 +191,7 @@ not ok 2 Example > bad
---
message: "failed"
severity: failed
actual: false
actual : false
expected: true
stack: at .* \\(.*source.min.js:1:.*\\)
-> .*source.js:7:10
Expand All @@ -209,7 +209,7 @@ not ok 1 timeout > first
---
message: "Test took longer than 10ms; test timed out."
severity: failed
actual: null
actual : null
expected: undefined
stack: at .* (.*timers.js.*)
at .*(\n at .*)?(\n at .*)?
Expand Down Expand Up @@ -238,7 +238,7 @@ not ok 1 global failure
---
message: "No tests matched the filter "no matches"."
severity: failed
actual: {}
actual : {}
expected: undefined
stack: Error: No tests matched the filter "no matches".
at done (.*)
Expand Down