Closed jonahsnider closed 3 years ago
Merging #39 (91b8f39) into master (6990f0f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #39 +/- ##
=======================================
Coverage 89.46% 89.46%
=======================================
Files 11 11
Lines 1386 1386
Branches 104 104
=======================================
Hits 1240 1240
Misses 42 42
Partials 104 104
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 6990f0f...91b8f39. Read the comment docs.
Please describe the changes this PR makes and why it should be merged:
Some of the tests in the REST package were using
toEqual
, which should be replaced withtoStrictEqual
ortoBe
when possible.In the future consider using
eslint-plugin-jest
'sprefer-strict-equal
rule to automate this.Status and versioning classification:
Only modifies tests, the version should not be changed.