Skip to content

test: removed default message from assert.strictEqual - #19660

Closed
jaspal-yupana wants to merge 1 commit into
nodejs:masterfrom
jaspal-yupana:training-test-1
Closed

test: removed default message from assert.strictEqual#19660
jaspal-yupana wants to merge 1 commit into
nodejs:masterfrom
jaspal-yupana:training-test-1

Conversation

@jaspal-yupana

Copy link
Copy Markdown
Contributor

assert.strictEqual default should include a better output message.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

assert.strictEqual default should include a better output message.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to Node.js core tests and test infrastructure. label Mar 28, 2018
@BridgeAR BridgeAR added the fast-track PRs proposed for a shorter-than-standard waiting period before landing. label Mar 28, 2018

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Trott

Trott commented Mar 28, 2018

Copy link
Copy Markdown
Member

@Trott Trott added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Mar 28, 2018
@Trott

Trott commented Mar 28, 2018

Copy link
Copy Markdown
Member

Whoops, should have started a full CI...

CI: https://ci.nodejs.org/job/node-test-pull-request/13902/

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 29, 2018
Use the `assert.strictEqual()` default message instead of a static
message to include the actual and expected value.

PR-URL: nodejs#19660
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in 0434bd4 🎉

@jaspal-yupana congratulations on your first commit to Node.js and to officially becoming a Node.js contributor :-)

@BridgeAR BridgeAR closed this Mar 29, 2018
targos pushed a commit that referenced this pull request Apr 2, 2018
Use the `assert.strictEqual()` default message instead of a static
message to include the actual and expected value.

PR-URL: #19660
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos mentioned this pull request Apr 4, 2018
BethGriggs pushed a commit that referenced this pull request Dec 4, 2018
Use the `assert.strictEqual()` default message instead of a static
message to include the actual and expected value.

PR-URL: #19660
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. fast-track PRs proposed for a shorter-than-standard waiting period before landing. test Issues and PRs related to Node.js core tests and test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants