diff --git a/src/extensions/Throws/Throws.test.ts b/src/extensions/Throws/Throws.test.ts index be01474c4..862f91f86 100644 --- a/src/extensions/Throws/Throws.test.ts +++ b/src/extensions/Throws/Throws.test.ts @@ -5,7 +5,6 @@ import { schema } from '../../../tests/_/schemas/kitchen-sink/schema.js' import { Throws } from './Throws.js' const graffle = Graffle.create({ schema }).use(Throws()).with({ output: { errors: { execution: `return` } } }).throws() - .throws() test(`.gql() throws if errors array non-empty`, async () => { await expect(graffle.gql`query { foo }`.send()).rejects.toMatchInlineSnapshot(