Skip to content

test: replace assert.equal with assert.strictEqual#9842

Closed
brad-decker wants to merge 1 commit intonodejs:masterfrom
brad-decker:strictequals
Closed

test: replace assert.equal with assert.strictEqual#9842
brad-decker wants to merge 1 commit intonodejs:masterfrom
brad-decker:strictequals

Conversation

@brad-decker
Copy link
Contributor

@brad-decker brad-decker commented Nov 29, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Using NodeTodo I learned of a need to swap out the .equal function
with .strictEqual in a few test files.
https://twitter.com/NodeTodo/status/803657321993961472
https://gist.github.com/Trott/864401455d4afa2428cd4814e072bd7c

This pull request simply applies those suggested fixes.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

addons Issues and PRs related to native addons. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.