Skip to content

test: add promise API test for appendFile() - #20739

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:test-fs-append-file-promise
Closed

test: add promise API test for appendFile()#20739
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:test-fs-append-file-promise

Conversation

@Trott

Copy link
Copy Markdown
Member

Apply the first of five test cases in test-fs-append-file to the
promise-based API in addition to the callback-based API.

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

Apply the first of five test cases in test-fs-append-file to the
promise-based API in addition to the callback-based API.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 15, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 15, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in 0d9500d

@TrottTrott closed this May 17, 2018
Trott added a commit to Trott/io.js that referenced this pull request May 17, 2018
Apply the first of five test cases in test-fs-append-file to the
promise-based API in addition to the callback-based API.
PR-URL: nodejs#20739
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 22, 2018
Apply the first of five test cases in test-fs-append-file to the
promise-based API in addition to the callback-based API.
PR-URL: #20739
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@addaleaxaddaleax mentioned this pull request May 22, 2018
@Trott
Trott deleted the test-fs-append-file-promise branch January 13, 2022 22:49
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

@Trott@jasnell@cjihrig@nodejs-github-bot