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
With mocha i can call mocha hooks to, for example, configure mocha-chai with a module that exports mochaGlobalSetup and call it with "require" command line param
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With mocha i can call mocha hooks to, for example, configure mocha-chai with a module that exports
mochaGlobalSetup
and call it with "require" command line parampackage.json:
"scripts": {
"test": "mocha --require test/setup.js test/.spec.js",
"test:watch": "mocha --watch --require test/setup.js test/.spec.js"
},
Is it possible to do with wtr?
Beta Was this translation helpful? Give feedback.
All reactions