Skip to content

Commit 4c44978

Browse files
committed
docs
1 parent d5a95e8 commit 4c44978

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
@@ -149,7 +149,7 @@ describe("createApp", () => {
149149
const server = app[2]
150150

151151
// This doesn't check much, but it's a good sanity check
152-
// to ensure we actually get back values from createApp
152+
// to ensure we actually get an https.Server
153153
expect(server).toBeInstanceOf(https.Server)
154154

155155
// Cleanup

0 commit comments

Comments
 (0)