Skip to content

test: removed message from strictEqual - #20983

Closed
lliepert wants to merge 1 commit into
nodejs:masterfrom
lliepert:require-dot-tests
Closed

test: removed message from strictEqual#20983
lliepert wants to merge 1 commit into
nodejs:masterfrom
lliepert:require-dot-tests

Conversation

@lliepert

Copy link
Copy Markdown
Contributor

By removing the message from strictEqual, it will now print out the
actual values of a and b, which will be more helpful in debugging. The
old message has been added as a comment above the test.

Checklist
  • [ x] make -j4 test (UNIX), or vcbuild test (Windows) passes
  • [ x] commit message follows commit guidelines

By removing the message from strictEqual, it will now print out the
actual values of a and b, which will be more helpful in debugging. The
old message has been added as a comment above the test.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 26, 2018
@trivikrtrivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 26, 2018
@trivikr

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

@apapirovski

Copy link
Copy Markdown
Contributor

landed in b23f8ee

apapirovski pushed a commit that referenced this pull request Jun 1, 2018
By removing the message from strictEqual, it will now print out the
actual values of a and b, which will be more helpful in debugging. The
old message has been added as a comment above the test.
PR-URL: #20983
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jun 6, 2018
By removing the message from strictEqual, it will now print out the
actual values of a and b, which will be more helpful in debugging. The
old message has been added as a comment above the test.
PR-URL: #20983
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Jun 6, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@lliepert@trivikr@Trott@apapirovski@jasnell@benjamingr@lpinca@cjihrig@richardlau@BridgeAR@nodejs-github-bot