Skip to content

Commit d40462d

Browse files
committed
chore: format
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
1 parent c5439f8 commit d40462d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commands/request/index.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,7 @@ describe('requestCommand', () => {
621621
await program.parseAsync(['node', 'test', 'request', '-P', '/', '-O', 'test-app.js'])
622622

623623
expect(mockGetFilenameFromPath).toHaveBeenCalledWith('/')
624-
expect(mockSaveFile).toHaveBeenCalledWith(
625-
new TextEncoder().encode(htmlContent).buffer,
626-
'index'
627-
)
624+
expect(mockSaveFile).toHaveBeenCalledWith(new TextEncoder().encode(htmlContent).buffer, 'index')
628625
expect(consoleLogSpy).toHaveBeenCalledWith(`Saved response to index`)
629626
})
630627

0 commit comments

Comments
 (0)