apollo-server/packages/apollo-server-integration-testsuite
Chang Wang 5918e188d9 Follow-up #2298 with regression test (#2308)
* test: ensure "total duration" > "duration of resolvers"

Add test for https://github.com/apollographql/apollo-server/pull/2298

* Update tracing duration test to be more comprehensive

Previously we were only guaranteeing that individual resolvers didn't have a duration longer than the total duration. The updated test guarantees that the duration (from when the first resolver started to when the last resolver ended) should be less than total duration

* Add another resolver to tracing test

* Prefer `const` over `let` for variables which aren't mutated.
2019-02-13 15:09:38 +02:00
..
src Follow-up #2298 with regression test (#2308) 2019-02-13 15:09:38 +02:00
.npmignore include readme for npm packages 2017-10-23 15:13:31 -07:00
package.json Publish 2019-02-12 16:34:47 -05:00
tsconfig.json Consistently leave out explicit tsconfig.json when referring to TypeScript project 2018-10-12 13:34:07 +02:00