Skip to content

Commit

Permalink
strip ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 28, 2020
1 parent 1051b38 commit 09d057d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ FAIL __tests__/test-1.js
at Object.toEqual (__tests__/test-1.js:12:15)
FAIL __tests__/test-2.js
● test
Expand Down Expand Up @@ -88,6 +87,7 @@ FAIL __tests__/test-2.js
at Object.toEqual (__tests__/test-2.js:12:15)
`;

exports[`handles circular inequality properly 2`] = `
Expand Down
2 changes: 1 addition & 1 deletion e2e/__tests__/circularInequality.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test('handles circular inequality properly', async () => {
tempDir,
['--no-watchman', '--watch-all'],
// timeout in case the `waitUntil` below doesn't fire
{timeout: 5000},
{stripAnsi: true, timeout: 5000},
);

await waitUntil(({stderr}) => {
Expand Down

0 comments on commit 09d057d

Please sign in to comment.