Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: apply promises API to appendFile test #21131

Closed
wants to merge 3 commits into from

Commits on Jun 4, 2018

  1. test: apply promises API to third appendFile test

    Add tests for `fs.promises.appendFile()` to the third (of five) test
    case in `test-fs-access`. (First and second test cases already have
    promises API versions.)
    Trott committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    a281c60 View commit details
    Browse the repository at this point in the history
  2. test: apply promises API to fourth appendFile test

    Add tests for `fs.promises.appendFile()` to the fourth (of five) test
    case in `test-fs-access`. (The previous test cases already have
    promises API versions.)
    Trott committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    fef804a View commit details
    Browse the repository at this point in the history
  3. test: apply promises API to fourth appendFile test

    Add tests for `fs.promises.appendFile()` to the last test
    case in `test-fs-access`. (The previous test cases already have
    promises API versions.)
    Trott committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    82da112 View commit details
    Browse the repository at this point in the history