Closed finn-orsini closed 1 year ago
Merging #31 (b4c0552) into main (8cac819) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage 94.44% 94.44%
=======================================
Files 13 13
Lines 486 486
Branches 147 147
=======================================
Hits 459 459
Misses 27 27
Files Changed | Coverage Δ | |
---|---|---|
src/seed/SeedManager.ts | 100.00% <100.00%> (ø) |
Description
When using this package to mock relay pagination spec, ran into the following failures:
due to some of the arguments being intentionally
null
(for example, thecursor
on a refetch.Tested fix on several different mocks including the above
null
s!Type of Change
Checklist