apollo-server/tsconfig.test.json
Remy 069110b353 feat(Fastify) Apollo server Fastify integration #626 (#1971)
* feat(fastify) Apollo Fastify server integration resolve #626

* feat(fastify) Use createHandler instead of applyMiddleware #626

* feat(fastify) Fix integration test for node 10 #626

* feat(fastify) Update README's with fastify createHandler interface #626

* feat(fastify) Implement the fastify createHandler as a synchronous method #626

* (fastify) Tweaks to re-align with the parallel work in #2054.

* (fastify): Use port 9999 rather than 8888 for tests.  Because Gatsby.

This specific port per integration is pretty brittle to begin with, but it
does work.  Currently, the fact that it works is facilitated by the fact
that most people don't use 5555 (Hapi) and 6666 (Express) for anything.

That said, the ever-popular Gatsby uses 8888 by default, so let's use 9999!

* (fastify) Remove duplicative assertion in upload initialization.

* (fastify) Implement fastify upload middleware

* (fastify) Fix linting issues

* (fastify) Update package-lock
2019-01-23 15:43:47 +02:00

25 lines
1.2 KiB
JSON

{
"compilerOptions": {
"composite": true
},
"files": [],
"include": [],
"references": [
{ "path": "./packages/apollo-cache-control/src/__tests__/" },
{ "path": "./packages/apollo-datasource-rest/src/__tests__/" },
{ "path": "./packages/apollo-engine-reporting/src/__tests__/" },
{ "path": "./packages/apollo-server/src/__tests__/" },
{ "path": "./packages/apollo-server-azure-functions/src/__tests__/" },
{ "path": "./packages/apollo-server-cache-memcached/src/__tests__/" },
{ "path": "./packages/apollo-server-cache-redis/src/__tests__/" },
{ "path": "./packages/apollo-server-caching/src/__tests__/" },
{ "path": "./packages/apollo-server-cloud-functions/src/__tests__/" },
{ "path": "./packages/apollo-server-core/src/__tests__/" },
{ "path": "./packages/apollo-server-express/src/__tests__/" },
{ "path": "./packages/apollo-server-fastify/src/__tests__/" },
{ "path": "./packages/apollo-server-hapi/src/__tests__/" },
{ "path": "./packages/apollo-server-koa/src/__tests__/" },
{ "path": "./packages/apollo-server-lambda/src/__tests__/" },
{ "path": "./packages/apollo-server-micro/src/__tests__/" },
]
}