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
Hey there @Vlasenko first of all, thanks for this fork, works great.
Would you consider implementing the require interface? https://mochajs.org/#require
It seems like only bdd, tdd, qunit and exports were implemented.
The text was updated successfully, but these errors were encountered:
Yes I have and I get an error saying that require is not a module;
Is it an issue with my Webpack configuration?
I just never knew that feature to be an external module.
Error: Cannot find module 'PATH_TO_PROJECT/require'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function._resolveFilename (/usr/local/lib/node_modules/mochapack/lib/util/registerRequireHook.js:44:34)
at Function.resolve (internal/modules/cjs/helpers.js:30:19)
Hey there @Vlasenko first of all, thanks for this fork, works great.
Would you consider implementing the
require
interface? https://mochajs.org/#requireIt seems like only
bdd
,tdd
,qunit
andexports
were implemented.The text was updated successfully, but these errors were encountered: