Tomás Francisco
Tomás Francisco
Storyshots is unable to run tests using Angular 12 or 13 with storybook suite 6.4.9 ot 6.5.0-alpha.4
I have the exact same issue, although my test runner only displays: ``` FAIL src/stories.spec.tsx ● Test suite failed to run Your test suite must contain at least one test....
Is happening the same with a MultiGrid and InfiniteScroll that I have integrated in my application. Don't know how to replicate the behavior.
I think it was related to the parent being able to scroll. So what I did to solve the problem was to make the parent `overflow: hidden`, in that way...
For me it also works with ```json "resolutions": { "jest": "28.1.3", "jest-runner": "28.1.3", "jest-environment-node": "28.1.3" } ```
> @finalight, do you want to try: > > ```ts > rest.all('*', () => new Promise(() => undefined)) > ``` > > I'm not sure if I'm dreaming, but it...