We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c44978 commit e7a6708Copy full SHA for e7a6708
test/unit/node/app.test.ts
@@ -222,20 +222,6 @@ describe("handleServerError", () => {
222
})
223
224
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
239
describe("handleArgsSocketCatchError", () => {
240
let spy: jest.SpyInstance
241
0 commit comments