Skip to content

Test: update vm tests - #9875

Closed
makenova wants to merge 1 commit into
nodejs:masterfrom
makenova:makenova-vm-tests
Closed

Test: update vm tests#9875
makenova wants to merge 1 commit into
nodejs:masterfrom
makenova:makenova-vm-tests

Conversation

@makenova

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

tests

Description of change

change var to const or let
change assert.equal to assert.strictEqual

change var to const or let
change assert.equal to assert.strictEqual
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@imyller

Copy link
Copy Markdown
Member

@mscdexmscdex added the vm Issues and PRs related to the vm subsystem. label Dec 1, 2016
@imyllerimyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016
targos pushed a commit that referenced this pull request Dec 3, 2016
change var to const or let
change assert.equal to assert.strictEqual
PR-URL: #9875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targos

Copy link
Copy Markdown
Member

Landed in 8892433. I just edited the commit title.
Thanks for the contribution @makenova!

@targostargos closed this Dec 3, 2016
addaleax pushed a commit that referenced this pull request Dec 5, 2016
change var to const or let
change assert.equal to assert.strictEqual
PR-URL: #9875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@Fishrock123Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
change var to const or let
change assert.equal to assert.strictEqual
PR-URL: nodejs#9875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
change var to const or let
change assert.equal to assert.strictEqual
PR-URL: nodejs#9875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
change var to const or let
change assert.equal to assert.strictEqual
PR-URL: #9875
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@makenova@imyller@targos@lpinca@cjihrig@mscdex@MylesBorins@addaleax@nodejs-github-bot