Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Close all handles during Jest teardown #2330

Merged
merged 6 commits into from
Mar 30, 2020
Merged

Close all handles during Jest teardown #2330

merged 6 commits into from
Mar 30, 2020

Commits on Mar 30, 2020

  1. Add yalc files to .gitignore

    `yalc` seems more reliable than `yarn link`.
    luckysori committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e4e4ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b794b08 View commit details
    Browse the repository at this point in the history
  3. Configure Jasmine to report current test name

    This allows us to remove the weird `smack-my-jasmine-up` dependency.
    luckysori committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6f24ff2 View commit details
    Browse the repository at this point in the history
  4. Close all blockchain-related handles during Jest teardown

    We ensure that all nodes are stopped and all wallets are closed during
    Jest teardown.
    luckysori committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9f75317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    251c44f View commit details
    Browse the repository at this point in the history
  6. Close log files after 5 seconds of inactivity

    To prevent reaching the limit of listeners.
    luckysori committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3fb3ffb View commit details
    Browse the repository at this point in the history