Skip to content

Commit

Permalink
chore: fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 20, 2023
1 parent 8129895 commit 4209c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/specs/runner.test.mjs
Expand Up @@ -30,7 +30,7 @@ await test('tests are actually running', async () => {

await test('correctly prints error', () => {
assert.match(stderr, /expected 1 to be 2/, 'prints failing error')
assert.match(stderr, /- 1\s+\+ 2/, 'prints failing diff')
assert.match(stderr, /- 2\s+\+ 1/, 'prints failing diff')
})

await test('logs are redirected to stdout', async () => {
Expand Down

0 comments on commit 4209c8c

Please sign in to comment.