Skip to content

Commit

Permalink
test(plugin): fixed "source-nodes" test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed Feb 3, 2021
1 parent 78a6b78 commit d82ab32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gatsby/__tests__/__snapshots__/source-nodes.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ exports[`sourceNodes throws and error for invalid pages config file 1`] = `

exports[`sourceNodes throws and error for non existing pages config file 1`] = `
[Error: "gatsby-plugin-advanced-pages" might not be working properly:
Unable to find a valid pages config file under "/virtual/project"]
- No pages config is defined in plugin options.
- Unable to find a valid pages config file (eg. "pages.config.js") under "/virtual/project"]
`;

exports[`sourceNodes throws and error for pages with invalid template 1`] = `
Expand Down

0 comments on commit d82ab32

Please sign in to comment.