We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Should skip the mocks file, if storybook is skipped.
Name and version of the package @jstb/catalyst
To Reproduce Steps to reproduce the behavior:
skipStories:true
npm run generate
Expected behavior Should not create the mock JS or TS file
mock
The text was updated successfully, but these errors were encountered:
Will not be fixed, since mock file can be used in jest as well
Sorry, something went wrong.
tirthaguha
When branches are created from issues, their pull requests are automatically linked.
Describe the bug
Should skip the mocks file, if storybook is skipped.
Name and version of the package
@jstb/catalyst
To Reproduce
Steps to reproduce the behavior:
skipStories:true
in catalystConfignpm run generate
Expected behavior
Should not create the
mock
JS or TS fileThe text was updated successfully, but these errors were encountered: