Skip to content

Commit 8aac0df

Browse files
committed
fixing usages - 3
1 parent 2a17a51 commit 8aac0df

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

packages/core/plugins/core-plugins-browser-mocks/src/plugins_service.mock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const createPluginInitializerContextMock = (config: unknown = {}) => {
4343
buildSha: 'buildSha',
4444
dist: false,
4545
buildDate: new Date('2023-05-15T23:12:09.000Z'),
46+
buildFlavor: 'serverless',
4647
},
4748
},
4849
logger: loggerMock.create(),

packages/core/rendering/core-rendering-server-internal/src/__snapshots__/rendering_service.test.ts.snap

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/rendering/core-rendering-server-internal/src/rendering_service.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const INJECTED_METADATA = {
4545
dist: expect.any(Boolean),
4646
version: expect.any(String),
4747
buildDate: new Date(BUILD_DATE).toISOString(),
48+
buildFlavor: expect.any(String),
4849
},
4950
},
5051
};

0 commit comments

Comments
 (0)