Closed orangejulius closed 5 years ago
In a recent release, tape fixed a bug (https://github.com/substack/tape/issues/458) which ends up also being a major breaking change.
tape
Essentially, any time tests are nested, both the nested and top level tests must call end(). This appears to have affected many of our repositories, as we heavily use nested tests.
end()
Fixes https://github.com/pelias/microservice-wrapper/issues/33
In a recent release,
tape
fixed a bug (https://github.com/substack/tape/issues/458) which ends up also being a major breaking change.Essentially, any time tests are nested, both the nested and top level tests must call
end()
. This appears to have affected many of our repositories, as we heavily use nested tests.Fixes https://github.com/pelias/microservice-wrapper/issues/33