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

Update tap to version 14.3.1 #135

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 3, 2019

  1. Add hacks to allow tests to run with coverage enabled

    When run through `tap` with coverage enabled (`--coverage`) child
    processes are wrapped and signal handlers installed which prevent
    some of the tests from exiting.
    
    Add workarounds to the affected tests so that the tests can be run
    with coverage enabled.
    richardlau committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    96a1bed View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Update tap to version 14.3.1

    Fixes `npm audit` warning for `handlebars`.
    Disable `esm` to allow tests to pass on Node.js 13 nightlies.
    richardlau committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    1693f81 View commit details
    Browse the repository at this point in the history