Skip to content

Commit

Permalink
prettier --write '**/*.{js,json,md}'
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 11, 2021
1 parent 2c3419d commit f4e4444
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions test/processImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,16 +688,7 @@ describe('express-processimage', () => {
body.slice(0, 10),
'to equal',
Buffer.from([
0xff,
0xd8,
0xff,
0xe0,
0x00,
0x10,
0x4a,
0x46,
0x49,
0x46,
0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46,
])
);
}),
Expand Down Expand Up @@ -736,8 +727,7 @@ describe('express-processimage', () => {
const etag = context.httpResponse.headers.get('ETag');
return expect(
{
url:
'GET /dialog-information.svg?svgfilter=--runScript=addBogusElement.js,--bogusElementId=theBogusElementId',
url: 'GET /dialog-information.svg?svgfilter=--runScript=addBogusElement.js,--bogusElementId=theBogusElementId',
headers: {
'If-None-Match': etag,
},
Expand Down

0 comments on commit f4e4444

Please sign in to comment.