tape-testing / tape

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

`test/import` fails without nyc #597

Closed ljharb closed 2 months ago

ljharb commented 1 year ago

npx nyc tap test/import.js passes, but npx tap test/import.js fails. Let's figure out what causes this and fix it.

ljharb commented 2 months ago

Fixed by d1987c0.