Skip to content

Commit

Permalink
Update packages/create-plugin/src/utils/tests/utils.config.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Levente Balogh <[email protected]>
  • Loading branch information
jackw and leventebalogh committed Jul 2, 2024
1 parent 0f5704c commit dbba404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('getConfig', () => {

expect(config).toEqual({
version: getVersion(),
features: { ...DEFAULT_FEATURE_FLAGS, useReactRouterV6: false, bundleGrafanaUI: true },
features: { ...DEFAULT_FEATURE_FLAGS, ...mocks.argv },
});
});
});
Expand Down

0 comments on commit dbba404

Please sign in to comment.