This repository has been 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.js
from gitignore, so can usenpm install <repo>
.mocha.requireHooks
now supported, load thru{type:"import", value:"/base/my/path/to/mochaHooks.mjs"}
mocha.requireHooks.beforeAll
works.mocha.requireHooks.afterAll
to verifymocha.run
run after all slow ESM modules.requireHooks
andtype = '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'
Update grunt-karma from 2.0.0 to 4.0.2, to get rid of warning.
README.md
updated forrequireHooks
TODO
import()
, reported SyntaxError by low version eslintimportSync()
andimportSyncFallback()
when mocha accept serializable.requireHooks
, or acceptimport()
as.requireHooks
input.