From 4422dcedf230228b71688d95bc67dc63f8287489 Mon Sep 17 00:00:00 2001 From: Tyler Barnes Date: Thu, 30 Mar 2023 12:24:29 -0700 Subject: [PATCH] snapshot updates --- packages/gatsby/scripts/__tests__/api.js | 1 + packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/gatsby/scripts/__tests__/api.js b/packages/gatsby/scripts/__tests__/api.js index beb4a4671e966..c3bd68d38e038 100644 --- a/packages/gatsby/scripts/__tests__/api.js +++ b/packages/gatsby/scripts/__tests__/api.js @@ -35,6 +35,7 @@ it("generates the expected api output", done => { "graphql-typegen", "content-file-path", "slices", + "stateful-source-nodes", ], "node": Object { "createPages": Object {}, diff --git a/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap b/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap index 834676040ee73..e0fe2faa4823b 100644 --- a/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap +++ b/packages/gatsby/src/redux/__tests__/__snapshots__/index.js.snap @@ -98,6 +98,7 @@ Object { "pagePaths": Set {}, "sliceNames": Set {}, }, + "pluginNamesToOwnedNodeTypes": Map {}, "queries": Object { "byConnection": Map {}, "byNode": Map {}, @@ -123,6 +124,7 @@ Object { }, "slices": Map {}, "slicesByTemplate": Map {}, + "statefulSourcePlugins": Set {}, "staticQueriesByTemplate": Map {}, "staticQueryComponents": Map {}, "status": Object {