()
| 24 | import { getChainableContext } from './utils/chain' |
| 25 | |
| 26 | function getDefaultHookTimeout() { |
| 27 | return getRunner().config.hookTimeout |
| 28 | } |
| 29 | |
| 30 | const CLEANUP_TIMEOUT_KEY = Symbol.for('VITEST_CLEANUP_TIMEOUT') |
| 31 | const CLEANUP_STACK_TRACE_KEY = Symbol.for('VITEST_CLEANUP_STACK_TRACE') |
no test coverage detected