mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
![]() * 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. |
||
---|---|---|
.. | ||
src | ||
.npmignore | ||
package.json | ||
tsconfig.json |