Skip to content

Commit 0308d2e

Browse files
committed
update snapshots
1 parent 4e76c5b commit 0308d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby/src/utils/__tests__/handle-flags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ describe(`handle flags`, () => {
329329
expect.objectContaining({ name: `ALWAYS_LOCKED_IN_SET_IN_CONFIG` })
330330
)
331331
expect(response.message).toMatchInlineSnapshot(`
332-
"Some features you configured with flags are now only and not configurable behavior.
332+
"Some features you configured with flags are used natively now.
333333
Those flags no longer have any effect and you can remove them from config:
334334
- ALWAYS_LOCKED_IN_SET_IN_CONFIG · (Umbrella Issue (test)) · test
335335
"
@@ -385,7 +385,7 @@ describe(`handle flags`, () => {
385385
"The following flags are active:
386386
- DEV_SSR · (Umbrella Issue (https://github.com/gatsbyjs/gatsby/discussions/28138)) · SSR pages on full reloads during develop. Helps you detect SSR bugs and fix them without needing to do full builds.
387387
388-
Some features you configured with flags are now only and not configurable behavior.
388+
Some features you configured with flags are used natively now.
389389
Those flags no longer have any effect and you can remove them from config:
390390
- ALWAYS_LOCKED_IN_SET_IN_CONFIG · (Umbrella Issue (test)) · test
391391

0 commit comments

Comments
 (0)