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 f857723 commit bdc1f56Copy full SHA for bdc1f56
test/unit/node/app.test.ts
@@ -269,7 +269,7 @@ describe("listen", () => {
269
jest.clearAllMocks()
270
})
271
272
- it.only("should log an error if a directory is passed in instead of a file", async () => {
+ it("should log an error if a directory is passed in instead of a file", async () => {
273
const errorMessage = "EPERM: operation not permitted, unlink"
274
const port = await getAvailablePort()
275
const mockArgs = { port, host: "0.0.0.0", socket: tmpDirPath }
0 commit comments