sw-tracker

Results 30 comments of sw-tracker

Hi there, did you guys manage to get this working? If yes, how?

> ```js > testEnvironment: './FixJSDOMEnvironment.ts', > ``` were you able to work this out without ejecting?

Has anyone found a workaround for this? This has become quite a time issue for us on our pipelines. We have ended up retrying the whole suite of tests if...

@david-morris maybe my question was misleading, it isnt so much unstable tests, but the first test that runs tends to fail. As you mentioned on your initial comment, it is...

I am having the same problem. Did you find a workaround? Essentially, I have 2 yarn workspaces and I need to point nyc one folder level up: `"cwd" : "../"`....

How can I use your version? I cant find it in npmjs...

Any updates on accepting this change? I am also experiencing this problem...

We are encountering the same problem: 1. Create a component that throws an exception 2. Wrap that component in an error boundary (i.e. https://www.npmjs.com/package/react-error-boundary) 3. Exception is caught by the...