mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #20819 from storybookjs/deps/testing-library
CLI: Install prerelease of @storybook/testing-library in CLI starters
This commit is contained in:
commit
4ae68eacea
@ -176,7 +176,10 @@ export async function baseGenerator(
|
||||
|
||||
if (hasInteractiveStories(rendererId)) {
|
||||
addons.push('@storybook/addon-interactions');
|
||||
addonPackages.push('@storybook/addon-interactions', '@storybook/testing-library');
|
||||
addonPackages.push(
|
||||
'@storybook/addon-interactions',
|
||||
'@storybook/testing-library@^0.0.14-next.1'
|
||||
);
|
||||
}
|
||||
|
||||
const files = await fse.readdir(process.cwd());
|
||||
|
Loading…
x
Reference in New Issue
Block a user