Skip to content

Commit e7a6708

Browse files
committed
fixup
1 parent 4c44978 commit e7a6708

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/unit/node/app.test.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -222,20 +222,6 @@ describe("handleServerError", () => {
222222
})
223223
})
224224

225-
// TODO@jsjoeio - write
226-
// make a file owned by root
227-
// restrictive permissions - 600
228-
// no one else can touch it besides root
229-
230-
// make the socket on the file path and i'll get that..
231-
232-
// create a directory and pass that in as the socket
233-
// with one file and use the directory as the socket path
234-
235-
// The other thing I can do is mock fs.unlink
236-
// and make it throw an error
237-
// Stopped
238-
239225
describe("handleArgsSocketCatchError", () => {
240226
let spy: jest.SpyInstance
241227

0 commit comments

Comments
 (0)