pelias / microservice-wrapper

MIT License
4 stars 2 forks source link

chore(tests): Add explicit ends to base level tests #34

Closed orangejulius closed 5 years ago

orangejulius commented 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.

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