This repository was archived by the owner on Dec 28, 2023. It is now read-only.
Await before mocha.run and support mocha.requireHooks
#245
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issues
#243
Changes
mocha.run. If await failed, add a unit test, and throw error within.lib/adapter.jsfrom gitignore, so can usenpm install <repo>.mocha.requireHooksnow supported, load thru{type:"import", value:"/base/my/path/to/mochaHooks.mjs"}mocha.requireHooks.beforeAllworks.mocha.requireHooks.afterAllto verifymocha.runrun after all slow ESM modules.requireHooksandtype = 'module'Update mocha from 3.5.3 to 9.1.3, to support rootHooks
Update karma from 1.7.1 to 6.3.6, to support files.type = 'module'
WARN [karma-server]: Passing raw CLI options to `new Server(config, done)` is deprecated. Use `parseConfig(c onfigFilePath, cliOptions, {promiseConfig: true, throwErrors: true})` to prepare a processed `Config` instance and pass that as the `config` argument instead.Update grunt-karma from 2.0.0 to 4.0.2, to get rid of warning.
README.mdupdated forrequireHooksTODO
import(), reported SyntaxError by low version eslintimportSync()andimportSyncFallback()when mocha accept serializable.requireHooks, or acceptimport()as.requireHooksinput.