(config = {}, opts = {})
| 318 | } |
| 319 | |
| 320 | static createMocha(config = {}, opts = {}) { |
| 321 | const mochaConfig = config?.mocha || {} |
| 322 | if (config?.grep && !opts?.grep) { |
| 323 | mochaConfig.grep = config.grep |
| 324 | } |
| 325 | container.mocha = MochaFactory.create(mochaConfig, opts || {}) |
| 326 | } |
| 327 | } |
| 328 | |
| 329 | export default Container |
no test coverage detected