danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.81k stars 119 forks source link

getBundles unit test failing #237

Closed paulirish closed 1 year ago

paulirish commented 1 year ago

npm run test:unit on master. also on tags/v2.5.2

It fails reliably. The lockfile is out of date, so I'm not entirely sure the glob dep version didnt change and break. But.. afaik this test would fail for anyone else..

The failure: Screen Shot 2022-11-16 at 12 21 24 PM

  1) api
       getBundles
         should expand glob into all bundles in directory:
paulirish commented 1 year ago

nevermind. it was some test assets I put in ./tests/data/ years ago and forgot. (and a bad tendency to visually ignore my git untracked files ;)

my b!