From 2299e33bdd1d9ac5738c8dddfd0a5becbb19df76 Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Tue, 19 Nov 2024 23:47:06 -0500 Subject: [PATCH] chore: tidy double function --- src/extensions/Throws/Throws.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extensions/Throws/Throws.test.ts b/src/extensions/Throws/Throws.test.ts index be01474c..862f91f8 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(