Replies: 1 comment 1 reply
-
Did you find a solution? I am seeing a typescript error in before() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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