Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use assert.deepStrictEqual instead of deepEqual. #253

Merged
merged 3 commits into from
Jul 24, 2018

Conversation

sduskis
Copy link
Contributor

@sduskis sduskis commented Jul 23, 2018

deepEqual is causing some issues in PR #247, where the linter seems to prefers deepStrinctEqual. Also, this fixes a strange System test problem from PR #251.

@ghost ghost assigned sduskis Jul 23, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 23, 2018
@codecov
Copy link

codecov bot commented Jul 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #253   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines        1266   1266           
=====================================
  Hits         1266   1266

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 a292b54...c258473. Read the comment docs.

@sduskis
Copy link
Contributor Author

sduskis commented Jul 24, 2018

Most lint issues are resolved. The only one left is:

37:2 error Async functions are not supported until Node.js 7.6.0. The configured version range is '>=6.0.0' node/no-unsupported-features/es-syntax

@stephenplusplus or @kolodny, do you have any ideas on how to fix it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants