UNPKG

apollo-link-performance

Version:

Easily log and report on the performance of your GraphQL queries.

9 lines (6 loc) 159 B
import { describe, expect, test } from 'vitest' describe('apollo-link-performance', () => { test('[test]', () => { expect('test').toBeTruthy() }) })