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

Async/await refactoring for tests/io folder - test.directory.js #1733

Merged
merged 5 commits into from Jan 17, 2018
Merged

Async/await refactoring for tests/io folder - test.directory.js #1733

merged 5 commits into from Jan 17, 2018

Commits on Jan 5, 2018

  1. refactors test.directory.js in tests/io folder

    Natalia Milovanova committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    752d813 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. moves function readStringFromStream outside of the test function

    Natalia Milovanova committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    0d32e72 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. changes try/catch block to rejects.toThrow

    Natalia Milovanova committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    294bcd3 View commit details
    Browse the repository at this point in the history
  2. adds readStringFromStream to helpers.js

    Natalia Milovanova committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    92059ba View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. adds resolves.toBe method

    Natalia Milovanova committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    ec796bc View commit details
    Browse the repository at this point in the history