-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(storybook): generate config for vite #13381
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
13d615c
to
13ab2ff
Compare
13ab2ff
to
b74bdd8
Compare
19d3f31
to
9f7c5ec
Compare
9f7c5ec
to
7e5db9e
Compare
7e5db9e
to
fb577b0
Compare
@@ -105,6 +105,20 @@ describe('@nrwl/storybook:configuration for workspaces with Root project', () => | |||
expect(tree.exists('.storybook/main.ts')).toBeTruthy(); | |||
expect(tree.exists('.storybook/tsconfig.json')).toBeTruthy(); | |||
expect(tree.exists('.storybook/preview.ts')).toBeTruthy(); | |||
|
|||
expect(tree.read('.storybook/main.ts', 'utf-8')).toMatchSnapshot(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're checking snapshots, the previous existence assertions aren't needed.
LGTM, just added a comment about test assertions. We can clean that up later too. |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Generate Storybook configuration using Vite.