Sam Bunting

Results 7 comments of Sam Bunting

Here you go: ``` function setFood() { var empty = []; for (var x = 0; x < grid.width; x++) { for (var y = 0; y < grid.height; y++)...

Is there any update to this issue? I'm having a similar issue with my tests. The difference is - I'm not using @storybook/testing-react, I'm using just @storybook/testing-library at the moment....

@yannbf I've created a repo here - hopefully it can be helpful! https://github.com/sambunting/storybook-jest-mock

> i think updating storybook addons versions will fix this issue I've ran `npm update` in the test repository I posted a while ago, then ran `npm run test-storybook:ci` and...

Even with using both MDX and CSF I've ran into quite a few issues. [On this page - it describes two ways you can get it to work](https://github.com/storybookjs/storybook/blob/next/addons/docs/docs/recipes.md#csf-stories-with-mdx-docs), and while...

Wanted to update this issue with a potential solution I've found here: [https://github.com/storybookjs/testing-react/issues/77#issuecomment-1026973896](https://github.com/storybookjs/testing-react/issues/77#issuecomment-1026973896)

I've ran into the a similar same issue today! One of the folders in the path had a space in it - I tried the fix by @bvdalling, and it...