Skip to content

test: add tests for mode passed as an options object in mkdir and mkdirSync - #37008

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:test/add-test-for-mode-passed-as-options
Closed

test: add tests for mode passed as an options object in mkdir and mkdirSync#37008
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:test/add-test-for-mode-passed-as-options

Conversation

@RaisinTen

Copy link
Copy Markdown
Member

This also adds coverage for mkdirSync inside the conditional where
options.mode is not undefined.

Refs: https://coverage.nodejs.org/coverage-e3e054d020ee5ef6/lib/fs.js.html#L1023

…irSync
This also adds coverage for mkdirSync inside the conditional where
options.mode is not undefined.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jan 20, 2021
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 23, 2021
Trott pushed a commit that referenced this pull request Jan 23, 2021
Add tests for mode passed as an options object in fs.mkdir() and
fs.mkdirSync().
This also adds coverage for mkdirSync() inside the conditional where
options.mode is not undefined.
PR-URL: #37008
Refs: https://coverage.nodejs.org/coverage-e3e054d020ee5ef6/lib/fs.js.html#L1023
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott

Copy link
Copy Markdown
Member

Landed in 3f4bfef

@TrottTrott closed this Jan 23, 2021
@RaisinTen
RaisinTen deleted the test/add-test-for-mode-passed-as-options branch January 24, 2021 13:19
targos pushed a commit that referenced this pull request Feb 2, 2021
Add tests for mode passed as an options object in fs.mkdir() and
fs.mkdirSync().
This also adds coverage for mkdirSync() inside the conditional where
options.mode is not undefined.
PR-URL: #37008
Refs: https://coverage.nodejs.org/coverage-e3e054d020ee5ef6/lib/fs.js.html#L1023
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Feb 2, 2021
targos pushed a commit that referenced this pull request May 1, 2021
Add tests for mode passed as an options object in fs.mkdir() and
fs.mkdirSync().
This also adds coverage for mkdirSync() inside the conditional where
options.mode is not undefined.
PR-URL: #37008
Refs: https://coverage.nodejs.org/coverage-e3e054d020ee5ef6/lib/fs.js.html#L1023
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
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.

4 participants

@RaisinTen@nodejs-github-bot@Trott@lpinca