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
SInce Mocha is now ESM first, for classic non-browser module--require esm is not needed and package.json needs to have "type": "module". Alternative is to use Mocha 8 for now.
The text was updated successfully, but these errors were encountered:
SInce Mocha is now ESM first, for classic non-browser module
--require esm
is not needed and package.json needs to have"type": "module"
. Alternative is to use Mocha 8 for now.The text was updated successfully, but these errors were encountered: