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 e521b7e commit c683e0fCopy full SHA for c683e0f
test/unit/node/app.test.ts
@@ -271,7 +271,7 @@ describe("listen", () => {
271
})
272
273
it("should throw an error if a directory is passed in instead of a file", async () => {
274
- const errorMessage = "EPERM: operation not permitted, unlink"
+ const errorMessage = "EISDIR: illegal operation on a directory, unlink"
275
const port = await getAvailablePort()
276
const mockArgs = { port, host: "0.0.0.0", socket: tmpDirPath }
277
0 commit comments