Skip to content

Commit e9d19cc

Browse files
committed
Fix tests?
1 parent 6444e25 commit e9d19cc

File tree

2 files changed

+22
-27
lines changed

2 files changed

+22
-27
lines changed

test/external-assertions/snapshots/test.js.md

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Generated by [AVA](https://avajs.dev).
99
> Snapshot 1
1010
1111
`␊
12-
[fail]: test Assertion failed␊
13-
[fail]: test async Assertion failed␊
12+
× [fail]: test Assertion failed␊
13+
× [fail]: test async Assertion failed␊
1414
─␊
1515
1616
test␊
@@ -51,8 +51,8 @@ Generated by [AVA](https://avajs.dev).
5151
> Snapshot 1
5252
5353
`␊
54-
[fail]: test Assertion failed␊
55-
[fail]: test async Assertion failed␊
54+
× [fail]: test Assertion failed␊
55+
× [fail]: test async Assertion failed␊
5656
─␊
5757
5858
test␊
@@ -101,8 +101,8 @@ Generated by [AVA](https://avajs.dev).
101101
> Snapshot 1
102102
103103
`␊
104-
[fail]: test Assertion failed␊
105-
[fail]: test async Assertion failed␊
104+
× [fail]: test Assertion failed␊
105+
× [fail]: test async Assertion failed␊
106106
─␊
107107
108108
test␊
@@ -143,8 +143,8 @@ Generated by [AVA](https://avajs.dev).
143143
> Snapshot 1
144144
145145
`␊
146-
[fail]: test Assertion failed␊
147-
[fail]: test async Assertion failed␊
146+
× [fail]: test Assertion failed␊
147+
× [fail]: test async Assertion failed␊
148148
─␊
149149
150150
test␊
@@ -193,8 +193,8 @@ Generated by [AVA](https://avajs.dev).
193193
> Snapshot 1
194194
195195
`␊
196-
[fail]: test Assertion failed␊
197-
[fail]: test async Assertion failed␊
196+
× [fail]: test Assertion failed␊
197+
× [fail]: test async Assertion failed␊
198198
─␊
199199
200200
test␊
@@ -240,8 +240,8 @@ Generated by [AVA](https://avajs.dev).
240240
> Snapshot 1
241241
242242
`␊
243-
[fail]: test Assertion failed␊
244-
[fail]: test async Assertion failed␊
243+
× [fail]: test Assertion failed␊
244+
× [fail]: test async Assertion failed␊
245245
─␊
246246
247247
test␊
@@ -290,8 +290,8 @@ Generated by [AVA](https://avajs.dev).
290290
> Snapshot 1
291291
292292
`␊
293-
[fail]: test Assertion failed␊
294-
[fail]: test async Assertion failed␊
293+
× [fail]: test Assertion failed␊
294+
× [fail]: test async Assertion failed␊
295295
─␊
296296
297297
test␊
@@ -337,8 +337,8 @@ Generated by [AVA](https://avajs.dev).
337337
> Snapshot 1
338338
339339
`␊
340-
[fail]: test Assertion failed␊
341-
[fail]: test async Assertion failed␊
340+
× [fail]: test Assertion failed␊
341+
× [fail]: test async Assertion failed␊
342342
─␊
343343
344344
test␊
@@ -387,22 +387,17 @@ Generated by [AVA](https://avajs.dev).
387387
> Snapshot 1
388388
389389
`␊
390-
[fail]: test Assertion failed␊
391-
[fail]: test async Assertion failed␊
390+
× [fail]: test Assertion failed␊
391+
× [fail]: test async Assertion failed␊
392392
─␊
393393
394394
test␊
395395
396396
Assertion failed: ␊
397397
398-
The expression evaluated to a falsy value:␊
399-
400-
assert.ok(false)␊
401-
402-
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:␊
403-
404-
assert.ok(false)␊
398+
false == true␊
405399
400+
AssertionError [ERR_ASSERTION]: false == true␊
406401
at ---␊
407402
at ---␊
408403
at ---␊
@@ -434,8 +429,8 @@ Generated by [AVA](https://avajs.dev).
434429
> Snapshot 1
435430
436431
`␊
437-
[fail]: test Assertion failed␊
438-
[fail]: test async Assertion failed␊
432+
× [fail]: test Assertion failed␊
433+
× [fail]: test async Assertion failed␊
439434
─␊
440435
441436
test␊
-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)