Skip to content

Commit

Permalink
test(e2e-contentful): add schema.sql for comparision with later updat…
Browse files Browse the repository at this point in the history
…es (#31074)
  • Loading branch information
axe312ger authored Apr 28, 2021
1 parent b356c5b commit b9c3c6b
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e-tests/contentful/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ module.exports = {
`gatsby-transformer-sqip`,
`gatsby-plugin-image`,
`gatsby-plugin-sharp`,
// Enable to update schema.sql
// {
// resolve: `gatsby-plugin-schema-snapshot`,
// options: {
// path: `schema.gql`,
// update: true,
// },
// },
],
}
Loading

0 comments on commit b9c3c6b

Please sign in to comment.