Merge pull request #18274 from storybookjs/chore/fix-sb-docs-ci

chore: fix jest 27 in angular e2e modern inline rendering config
This commit is contained in:
Michael Shilman 2022-05-19 23:57:34 +08:00 committed by GitHub
commit fb8acad6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ export const angular13: Parameters = {
export const angular_modern_inline_rendering: Parameters = {
...baseAngular,
name: 'angular_modern_inline_rendering',
additionalDeps: ['jest', '@storybook/test-runner'],
additionalDeps: ['jest@27', '@storybook/test-runner'],
mainOverrides: {
features: {
storyStoreV7: true,