import { describe, it, expectTypeOf } from 'vitest'; import type * as graphql from 'graphql16'; import type { GraphQLError } from '../error'; describe('GraphQLError', () => { it('should match graphql.js’ GraphQLError', () => { expectTypeOf().toMatchTypeOf(); expectTypeOf().toMatchTypeOf(); }); });