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: add fs/promises filehandle sync() and datasync() tests. #20530

Closed

Commits on Jun 10, 2018

  1. test: add fs/promises filehandle sync() and datasync() tests.

    To increase test coverage for fs/promises,
    added tests for filehandle.sync and filehandle.datasync.
    Masashi Hirano committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    05d5a1b View commit details
    Browse the repository at this point in the history
  2. test: replace fs/promises methods with fs/promises filehandle methods

    Replacing fs/promises methods read and write with  fs/promises
    filehandle methods.
    shisama committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    4c72ba1 View commit details
    Browse the repository at this point in the history
  3. test: fix fs/promises to fs.promises

    Fix module loading because fs/promises was moved to fs.promises
    Masashi Hirano committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    c431fc5 View commit details
    Browse the repository at this point in the history
  4. test: remove calling common.mustCall() that is unnecessary

    Masashi Hirano committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    d462d2c View commit details
    Browse the repository at this point in the history