@@ -58,7 +58,7 @@ not ok 1 Throws match > bad
58
58
---
59
59
message: "match error"
60
60
severity: failed
61
- actual: "Error: Match me with a pattern"
61
+ actual : "Error: Match me with a pattern"
62
62
expected: "/incorrect pattern/"
63
63
stack: .*
64
64
...
@@ -116,7 +116,7 @@ not ok 1 Unhandled Rejections > test passes just fine, but has a rejected promis
116
116
---
117
117
message: "Error thrown in non-returned promise!"
118
118
severity: failed
119
- actual: {
119
+ actual : {
120
120
"message": "Error thrown in non-returned promise!",
121
121
"stack": "Error: Error thrown in non-returned promise!\\n at /some/path/wherever/unhandled-rejection.js:13:11"
122
122
}
@@ -128,7 +128,7 @@ not ok 2 global failure
128
128
---
129
129
message: "outside of a test context"
130
130
severity: failed
131
- actual: {
131
+ actual : {
132
132
"message": "outside of a test context",
133
133
"stack": "Error: outside of a test context\\n at Object.<anonymous> (/some/path/wherever/unhandled-rejection.js:20:18)"
134
134
}
@@ -150,7 +150,7 @@ not ok 1 global failure
150
150
---
151
151
message: "No tests were run."
152
152
severity: failed
153
- actual: {}
153
+ actual : {}
154
154
expected: undefined
155
155
stack: Error: No tests were run.
156
156
at done (.*)
@@ -173,7 +173,7 @@ not ok 2 Example > bad
173
173
---
174
174
message: "failed"
175
175
severity: failed
176
- actual: false
176
+ actual : false
177
177
expected: true
178
178
stack: at .* \\(.*source.js:7:14\\)
179
179
...
@@ -191,7 +191,7 @@ not ok 2 Example > bad
191
191
---
192
192
message: "failed"
193
193
severity: failed
194
- actual: false
194
+ actual : false
195
195
expected: true
196
196
stack: at .* \\(.*source.min.js:1:.*\\)
197
197
-> .*source.js:7:10
@@ -209,7 +209,7 @@ not ok 1 timeout > first
209
209
---
210
210
message: "Test took longer than 10ms; test timed out."
211
211
severity: failed
212
- actual: null
212
+ actual : null
213
213
expected: undefined
214
214
stack: at .* (.*timers.js.*)
215
215
at .*(\n at .*)?(\n at .*)?
@@ -238,7 +238,7 @@ not ok 1 global failure
238
238
---
239
239
message: "No tests matched the filter "no matches"."
240
240
severity: failed
241
- actual: {}
241
+ actual : {}
242
242
expected: undefined
243
243
stack: Error: No tests matched the filter "no matches".
244
244
at done (.*)
0 commit comments