Lluc Matas
Lluc Matas
Good news! How is the release process working? once you have many items to do a release of the package you do it? Thanks for the quickness!
Will do, thanks!
Similar issue here, I want to build my app and then apply some rollup configuration so I use the following package.json script: "build:single": "ng build --output-hashing=none --named-chunks=true && npx rollup...
+1 Any news here?
Same issue here, type is sometimes not being awaited and it randomly fails... I'm using the following versions: ``` "@testing-library/angular": "14.3.0", "@testing-library/dom": "9.3.3", "@testing-library/jasmine-dom": "1.3.3", "@testing-library/user-event": "14.4.3", "karma": "6.4.2", ```...
> > You are likely not awaiting your changes with `waitFor()` or `findBy`. From v14 methods are _not synchronous_. The test works as intended when awaiting the changes. > >...