Jorge Ortega
Results
2
comments of
Jorge Ortega
You can just do ``` const spy = () => chai.spy() let funcToBeSpied beforeEach(() => { funcToBeSpied = spy() }) ```
With a very small set of stories, `test-storybook --maxWorkers=1` worked for me locally. Haven't tried yet on CI.