From c25887bacfd76c9b0938c17655ee9128bcb83adb Mon Sep 17 00:00:00 2001 From: asonnleitner <56999154+asonnleitner@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:11:51 +0200 Subject: [PATCH] test(helpers): update snapshots for generate.test.ts - Updated snapshots in generate.test.ts.snap to reflect changes in nuxt.config.ts syntax errors. --- test/helpers/__snapshots__/generate.test.ts.snap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/helpers/__snapshots__/generate.test.ts.snap b/test/helpers/__snapshots__/generate.test.ts.snap index 75f9b1b..e84abf6 100644 --- a/test/helpers/__snapshots__/generate.test.ts.snap +++ b/test/helpers/__snapshots__/generate.test.ts.snap @@ -814,6 +814,4 @@ nuxt.config.ts:3:11 | ^" `; -exports[`generate > Renders a table with information about all documents. 1`] = ` -"GraphQL Document Validation nuxt.config.ts nuxt.config.ts ✓query one nuxt.config.ts ✓mutation two nuxt.config.ts ✓" -`; +exports[`generate > Renders a table with information about all documents. 1`] = `"GraphQL Document Validation nuxt.config.ts nuxt.config.ts ✓query one nuxt.config.ts ✓mutation two nuxt.config.ts ✓"`;