Skip to content

Commit

Permalink
prettier --write test/PngQuant.js
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 20, 2019
1 parent 612c532 commit a3b8199
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/PngQuant.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ describe('PngQuant', () => {

expect.addAssertion('<Stream> to error', (expect, subject) =>
expect.promise(run => {
subject.once('error', run(err => err));
subject.once(
'error',
run(err => err)
);
})
);

Expand Down

0 comments on commit a3b8199

Please sign in to comment.