You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have mocha check for global leaks, it reports this:
Error: global leaks detected: tileliveProtocols, __core-js_shared__
Why does tilelive insert values into the global namespace? This is bad practice, and I've never seen mocha throw this error with any other node module.
The text was updated successfully, but these errors were encountered:
When I have mocha check for global leaks, it reports this:
Why does tilelive insert values into the global namespace? This is bad practice, and I've never seen mocha throw this error with any other node module.
The text was updated successfully, but these errors were encountered: