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 f31d511 commit a734104Copy full SHA for a734104
.changeset/huge-moons-flash.md
@@ -0,0 +1,2 @@
1
+---
2
src/__tests__/integration.test.ts
@@ -18,6 +18,9 @@ defineIntegrationTestSuite(async function (
18
testOptions?: CreateServerForIntegrationTestsOptions,
19
): Promise<CreateServerForIntegrationTestsResult> {
20
const app = express();
21
+ // See
22
+ // https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70563#issuecomment-2676702572
23
+ // for why we have this `as`.
24
const httpServer = http.createServer(app as RequestListener);
25
const server = new ApolloServer({
26
...serverOptions,
0 commit comments