Skip to content

Commit 9eb3b50

Browse files
committed
Replace × with
1 parent e9d19cc commit 9eb3b50

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

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

Lines changed: 16 additions & 16 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␊
30 Bytes
Binary file not shown.

test/external-assertions/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const snapshotStdout = (t, stdout) => {
88
const normalized = stdout
99
.replaceAll('\r', '')
1010
.replaceAll(/\/{3}/g, '//')
11+
.replaceAll('×', '✘')
1112
.replaceAll(/(\b)at.*\n/g, '$1at ---\n');
1213

1314
t.snapshot(normalized);

0 commit comments

Comments
 (0)