Shereef Marzouk
Shereef Marzouk
I didn't know which package introduced this so I also filed this https://github.com/facebook/jest/issues/13627
> @marekdedic are there any thoughts on this? > > @unematiii, @Shereef, any chance we could figure out a breaking test? It seems really weird that `...` causes failures and...
I tried 5.2.0 https://github.com/Shereef/graphql-jest-coverage-attribute/compare/main...testing-%60npm-i-istanbul-lib-instrument%405.2.0%60 ``` > [email protected] test:cov > jest --coverage PASS src/app.resolver.spec.ts AppResolver root ✓ should return "Hello World!" (7 ms) -----------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch...
> @Shereef Just a thought. Are you sure the callback inside `Query` decorator is actually being called during test run (as this is what is reportedly uncovered)? > > I...
~https://github.com/flutter/flutter/issues/120274~ ~We really need this now that dart format is being deprecated!~ I found a solution with https://pub.dev/packages/dart_style `flutter pub run dart_style:format --dry-run --set-exit-if-changed .` replicates the same result with...