Skip to content

Commit bdc1f56

Browse files
authored
Update test/unit/node/app.test.ts
1 parent f857723 commit bdc1f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ describe("listen", () => {
269269
jest.clearAllMocks()
270270
})
271271

272-
it.only("should log an error if a directory is passed in instead of a file", async () => {
272+
it("should log an error if a directory is passed in instead of a file", async () => {
273273
const errorMessage = "EPERM: operation not permitted, unlink"
274274
const port = await getAvailablePort()
275275
const mockArgs = { port, host: "0.0.0.0", socket: tmpDirPath }

0 commit comments

Comments
 (0)