mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
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:
commit
fb8acad6e0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user