Summary
Right now, when you add a new component, and if the template has a storybook piece, we're not testing for that. We caught this yesterday when Jenn did have storybook in a project, tried it, and the path was incorrect.
Basic example
Add a test that checks if the inject_story template works.
Motivation
We should ensure this works as expected.
Summary
Right now, when you add a new component, and if the template has a storybook piece, we're not testing for that. We caught this yesterday when Jenn did have storybook in a project, tried it, and the path was incorrect.
Basic example
Add a test that checks if the
inject_storytemplate works.Motivation
We should ensure this works as expected.