Skip to content

Commit

Permalink
test(helpers): update snapshots for generate.test.ts
Browse files Browse the repository at this point in the history
- Updated snapshots in generate.test.ts.snap to reflect changes in nuxt.config.ts syntax errors.
  • Loading branch information
asonnleitner committed Jul 26, 2024
1 parent 834b44a commit c25887b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/helpers/__snapshots__/generate.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✓"`;

0 comments on commit c25887b

Please sign in to comment.