Johan Persson

Results 5 comments of Johan Persson

@just-jeb I think this should do it: https://github.com/Naycon/repro-angular-builders-jest-config-issue The readme in that repo summaries what's going on, what's expected and how to reproduce it.

+1 for making an NPM package out of the meteor middleware. This was exactly what I was looking for. The whole repo is fantastic for learning how to use Meteor...

I tested this running a dist version of `@backstage/ui`, and it seems to have fixed the `@layer` warning we've seen in tests there. However, it did uncover a bug in...

The fix to `@acemir/cssom` has now landed and is included in the updated `yarn.lock` in the PR. Also added a brief note about the error we saw with the previous...

@Rugvip I've updated the approach now, there's no more need for resolutions. Instead peer dependency + jest version detection takes care of setting things up correctly, and jsdom is a...