googleapis / nodejs-projectify

A simple utility for replacing the projectId token in objects.
Apache License 2.0
8 stars 6 forks source link

chore: assert.deelEqual => assert.deepStrictEqual #6

Closed jkwlui closed 6 years ago

jkwlui commented 6 years ago

deepEqual is deprecated. Use deepStrictEqual instead

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #6   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          17     17           
  Branches        8      8           
=====================================
  Hits           17     17

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 5f37e51...6bc06fb. Read the comment docs.