The hook function. The first argument is the context in which the hook is called. If the hook uses callbacks, the callback function is passed as the second argument.
type alias HookFn | Node.js node:test module | Bun BuildDocsReferenceGuidesBlogDiscord/node:test/default/HookFnTHookFn BuildDocsReferenceGuidesBlogDiscord /node:test/default/HookFnTHookFn test.default.HookFntype HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any
Search the reference...
/
type
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →type alias HookFn | Node.js node:test module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- The hook function. The first argument is the context in which the hook is called.
If the hook uses callbacks, the callback function is passed as the second argument.