tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

Update RegExp for matching stack frames to handle Promise/then scenario (fixes #515). #516

Closed DavidAnson closed 4 years ago

DavidAnson commented 4 years ago

Implemented this as requested in #515.

ljharb commented 4 years ago

However, tests are failing in node 0.8 and 0.10 (and 0.6 and 0.9), which may explain a bit about the way things are done in master :-/