Skip to content

Commit

Permalink
fixup! format
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed May 5, 2024
1 parent bdb8eb3 commit 17dae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pass-style/test/test-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('toPassableError, toThrowable', t => {
t.true(isPassable(e2));

t.not(e, e2);
t.log('passable', e2)
t.log('passable', e2);

t.is(e2, toThrowable(e2));
t.deepEqual(toThrowable(e), e2);
Expand Down

0 comments on commit 17dae07

Please sign in to comment.