@vitest/runner
Advanced tools
Comparing version 0.28.4 to 0.28.5
@@ -1,3 +0,3 @@ | ||
import { V as VitestRunner } from './runner-93cc9c0d.js'; | ||
export { V as VitestRunner, a as VitestRunnerConfig, c as VitestRunnerConstructor, b as VitestRunnerImportSource } from './runner-93cc9c0d.js'; | ||
import { V as VitestRunner } from './runner-506d92d8.js'; | ||
export { V as VitestRunner, a as VitestRunnerConfig, c as VitestRunnerConstructor, b as VitestRunnerImportSource } from './runner-506d92d8.js'; | ||
import { T as Task, F as File, S as SuiteAPI, a as TestAPI, b as SuiteCollector, c as SuiteHooks, H as HookListener, d as TestContext, e as Suite, f as HookCleanupCallback, O as OnTestFailedHandler, g as Test } from './tasks-e1fc71d1.js'; | ||
@@ -4,0 +4,0 @@ export { D as DoneCallback, F as File, f as HookCleanupCallback, H as HookListener, O as OnTestFailedHandler, R as RunMode, p as RuntimeContext, q as SequenceHooks, e as Suite, S as SuiteAPI, b as SuiteCollector, o as SuiteFactory, c as SuiteHooks, T as Task, i as TaskBase, j as TaskCustom, k as TaskResult, l as TaskResultPack, h as TaskState, g as Test, a as TestAPI, d as TestContext, m as TestFunction, n as TestOptions } from './tasks-e1fc71d1.js'; |
@@ -536,9 +536,9 @@ import limit from 'p-limit'; | ||
} | ||
try { | ||
await callSuiteHook(suite, suite, "afterAll", runner, [suite]); | ||
await callCleanupHooks(beforeAllCleanups); | ||
} catch (e) { | ||
failTask(suite.result, e); | ||
} | ||
} | ||
try { | ||
await callSuiteHook(suite, suite, "afterAll", runner, [suite]); | ||
await callCleanupHooks(beforeAllCleanups); | ||
} catch (e) { | ||
failTask(suite.result, e); | ||
} | ||
suite.result.duration = now() - start; | ||
@@ -545,0 +545,0 @@ if (suite.mode === "run") { |
export { D as DoneCallback, F as File, f as HookCleanupCallback, H as HookListener, O as OnTestFailedHandler, R as RunMode, p as RuntimeContext, q as SequenceHooks, e as Suite, S as SuiteAPI, b as SuiteCollector, o as SuiteFactory, c as SuiteHooks, T as Task, i as TaskBase, j as TaskCustom, k as TaskResult, l as TaskResultPack, h as TaskState, g as Test, a as TestAPI, d as TestContext, m as TestFunction, n as TestOptions } from './tasks-e1fc71d1.js'; | ||
export { V as VitestRunner, a as VitestRunnerConfig, c as VitestRunnerConstructor, b as VitestRunnerImportSource } from './runner-93cc9c0d.js'; | ||
export { V as VitestRunner, a as VitestRunnerConfig, c as VitestRunnerConstructor, b as VitestRunnerImportSource } from './runner-506d92d8.js'; | ||
import '@vitest/utils'; |
{ | ||
"name": "@vitest/runner", | ||
"type": "module", | ||
"version": "0.28.4", | ||
"version": "0.28.5", | ||
"description": "Vitest test runner", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"pathe": "^1.1.0", | ||
"@vitest/utils": "0.28.4" | ||
"@vitest/utils": "0.28.5" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47963
+ Added@vitest/utils@0.28.5(transitive)
- Removed@vitest/utils@0.28.4(transitive)
Updated@vitest/utils@0.28.5