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 d5a95e8 commit 4c44978Copy full SHA for 4c44978
test/unit/node/app.test.ts
@@ -149,7 +149,7 @@ describe("createApp", () => {
149
const server = app[2]
150
151
// This doesn't check much, but it's a good sanity check
152
- // to ensure we actually get back values from createApp
+ // to ensure we actually get an https.Server
153
expect(server).toBeInstanceOf(https.Server)
154
155
// Cleanup
0 commit comments