Skip to content

test, util: refactor isObject in test-util - #28878

Closed
RamirezAlex wants to merge 1 commit into
nodejs:masterfrom
RamirezAlex:test-util-isobject
Closed

test, util: refactor isObject in test-util#28878
RamirezAlex wants to merge 1 commit into
nodejs:masterfrom
RamirezAlex:test-util-isobject

Conversation

@RamirezAlex

Copy link
Copy Markdown
Contributor

Refactor the test for isObject function including falsy values,
the use of strictEquals and the format actual, expected

  • make -j4 test (UNIX)
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

refactor the test for isObject function including falsy values,
the use of strictEquals and the format actual, expected
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 27, 2019
@hiroppyhiroppy added the util Issues and PRs related to the built-in util module. label Jul 27, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ZYSzysZYSzys added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 28, 2019
@Trott

Copy link
Copy Markdown
Member

Landed in 2713f78

@TrottTrott closed this Jul 29, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Jul 29, 2019
refactor the test for isObject function including falsy values,
the use of strictEquals and the format actual, expected
PR-URL: nodejs#28878
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Aug 2, 2019
refactor the test for isObject function including falsy values,
the use of strictEquals and the format actual, expected
PR-URL: #28878
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeARBridgeAR mentioned this pull request Aug 6, 2019
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.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@RamirezAlex@nodejs-github-bot@Trott@jasnell@targos@cjihrig@hiroppy@ZYSzys