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
Describe the bug mocha uses util and without this it can't be bundled up. Currently no errors in the test cases as the browser-compatible util is listed as a dep of assert and the test cases in this repo run with it.
Describe the bug
mocha
usesutil
and without this it can't be bundled up. Currently no errors in the test cases as the browser-compatibleutil
is listed as a dep ofassert
and the test cases in this repo run with it.To Reproduce
create a file named
example.js
, with the following lines:run
node ./cli.js example.js
, and you will see the error.The text was updated successfully, but these errors were encountered: