Skip to content

Commit 09d057d

Browse files
committed
strip ansi
1 parent 1051b38 commit 09d057d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/__tests__/__snapshots__/circularInequality.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ FAIL __tests__/test-1.js
4444
4545
at Object.toEqual (__tests__/test-1.js:12:15)
4646
47-
4847
FAIL __tests__/test-2.js
4948
● test
5049
@@ -88,6 +87,7 @@ FAIL __tests__/test-2.js
8887
8988
at Object.toEqual (__tests__/test-2.js:12:15)
9089
90+
9191
`;
9292

9393
exports[`handles circular inequality properly 2`] = `

e2e/__tests__/circularInequality.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test('handles circular inequality properly', async () => {
5252
tempDir,
5353
['--no-watchman', '--watch-all'],
5454
// timeout in case the `waitUntil` below doesn't fire
55-
{timeout: 5000},
55+
{stripAnsi: true, timeout: 5000},
5656
);
5757

5858
await waitUntil(({stderr}) => {

0 commit comments

Comments
 (0)