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 ad8baa1 commit 5ccd697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/__snapshots__/generate.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -801,11 +801,13 @@ declare module 'nitropack' {
exports[`generate > Renders a table with information about all documents with errors. 1`] = `
"GraphQL Document Validation nuxt.config.ts x
Syntax Error: Expected Name, found <EOF>.
nuxt.config.ts:3:11
2 | id
3 |
| ^ nuxt.config.ts x
Syntax Error: Expected Name, found <EOF>.
nuxt.config.ts:3:11
2 | id
3 |
Expand Down

0 comments on commit 5ccd697

Please sign in to comment.