@voidzero-dev/vite-plus-test 0.0.0-0bfcc90f.20260209-0731
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +691 -0
- package/browser/context.d.ts +4 -0
- package/browser/context.js +20 -0
- package/config.d.ts +3 -0
- package/coverage.d.ts +1 -0
- package/dist/@vitest/browser/client/.vite/manifest.json +24 -0
- package/dist/@vitest/browser/client/__vitest__/assets/index-BUCFJtth.js +57 -0
- package/dist/@vitest/browser/client/__vitest__/assets/index-DlhE0rqZ.css +1 -0
- package/dist/@vitest/browser/client/__vitest__/bg.png +0 -0
- package/dist/@vitest/browser/client/__vitest__/favicon.ico +0 -0
- package/dist/@vitest/browser/client/__vitest__/favicon.svg +5 -0
- package/dist/@vitest/browser/client/__vitest__/index.html +32 -0
- package/dist/@vitest/browser/client/__vitest_browser__/orchestrator-S_3e_uzt.js +345 -0
- package/dist/@vitest/browser/client/__vitest_browser__/tester-k74mgIRa.js +2171 -0
- package/dist/@vitest/browser/client/__vitest_browser__/utils-uxqdqUz8.js +223 -0
- package/dist/@vitest/browser/client/error-catcher.js +82 -0
- package/dist/@vitest/browser/client/esm-client-injector.js +67 -0
- package/dist/@vitest/browser/client/favicon.svg +5 -0
- package/dist/@vitest/browser/client/orchestrator.html +35 -0
- package/dist/@vitest/browser/client/tester/tester.html +13 -0
- package/dist/@vitest/browser/client.js +456 -0
- package/dist/@vitest/browser/context.d.ts +792 -0
- package/dist/@vitest/browser/context.js +541 -0
- package/dist/@vitest/browser/expect-element.js +32 -0
- package/dist/@vitest/browser/index-D6m36C6U.js +11 -0
- package/dist/@vitest/browser/index.d.ts +73 -0
- package/dist/@vitest/browser/index.js +3513 -0
- package/dist/@vitest/browser/jest-dom.d.ts +724 -0
- package/dist/@vitest/browser/locators.d.ts +354 -0
- package/dist/@vitest/browser/locators.js +1 -0
- package/dist/@vitest/browser/matchers.d.ts +29 -0
- package/dist/@vitest/browser/shared/screenshotMatcher/types.d.ts +22 -0
- package/dist/@vitest/browser/state.js +280 -0
- package/dist/@vitest/browser/types.d.ts +69 -0
- package/dist/@vitest/browser-playwright/context.d.ts +1 -0
- package/dist/@vitest/browser-playwright/index.d.ts +106 -0
- package/dist/@vitest/browser-playwright/index.js +1111 -0
- package/dist/@vitest/browser-playwright/locators.js +114 -0
- package/dist/@vitest/browser-preview/context.d.ts +1 -0
- package/dist/@vitest/browser-preview/index.d.ts +19 -0
- package/dist/@vitest/browser-preview/index.js +148 -0
- package/dist/@vitest/browser-preview/locators.js +79 -0
- package/dist/@vitest/browser-webdriverio/context.d.ts +1 -0
- package/dist/@vitest/browser-webdriverio/index.d.ts +63 -0
- package/dist/@vitest/browser-webdriverio/index.js +600 -0
- package/dist/@vitest/browser-webdriverio/locators.js +163 -0
- package/dist/@vitest/expect/index.d.ts +807 -0
- package/dist/@vitest/expect/index.js +1875 -0
- package/dist/@vitest/mocker/auto-register.d.ts +2 -0
- package/dist/@vitest/mocker/auto-register.js +9 -0
- package/dist/@vitest/mocker/automock.d.ts +12 -0
- package/dist/@vitest/mocker/automock.js +1 -0
- package/dist/@vitest/mocker/browser.d.ts +53 -0
- package/dist/@vitest/mocker/browser.js +91 -0
- package/dist/@vitest/mocker/chunk-automock.js +354 -0
- package/dist/@vitest/mocker/chunk-interceptor-native.js +15 -0
- package/dist/@vitest/mocker/chunk-mocker.js +521 -0
- package/dist/@vitest/mocker/chunk-pathe.M-eThtNZ.js +174 -0
- package/dist/@vitest/mocker/chunk-registry.js +185 -0
- package/dist/@vitest/mocker/chunk-utils.js +16 -0
- package/dist/@vitest/mocker/index.d-C-sLYZi-.d.ts +25 -0
- package/dist/@vitest/mocker/index.d.ts +2 -0
- package/dist/@vitest/mocker/index.js +185 -0
- package/dist/@vitest/mocker/mocker.d-TnKRhz7N.d.ts +81 -0
- package/dist/@vitest/mocker/node.d.ts +800 -0
- package/dist/@vitest/mocker/node.js +966 -0
- package/dist/@vitest/mocker/redirect.d.ts +3 -0
- package/dist/@vitest/mocker/redirect.js +79 -0
- package/dist/@vitest/mocker/register.d.ts +9 -0
- package/dist/@vitest/mocker/register.js +41 -0
- package/dist/@vitest/mocker/types.d-B8CCKmHt.d.ts +107 -0
- package/dist/@vitest/pretty-format/index.d.ts +124 -0
- package/dist/@vitest/pretty-format/index.js +1022 -0
- package/dist/@vitest/runner/chunk-tasks.js +340 -0
- package/dist/@vitest/runner/index.d.ts +180 -0
- package/dist/@vitest/runner/index.js +2114 -0
- package/dist/@vitest/runner/tasks.d-C7UxawJ9.d.ts +834 -0
- package/dist/@vitest/runner/types.d.ts +183 -0
- package/dist/@vitest/runner/types.js +1 -0
- package/dist/@vitest/runner/utils.d.ts +45 -0
- package/dist/@vitest/runner/utils.js +5 -0
- package/dist/@vitest/snapshot/environment.d-DHdQ1Csl.d.ts +22 -0
- package/dist/@vitest/snapshot/environment.d.ts +16 -0
- package/dist/@vitest/snapshot/environment.js +40 -0
- package/dist/@vitest/snapshot/index.d.ts +130 -0
- package/dist/@vitest/snapshot/index.js +1437 -0
- package/dist/@vitest/snapshot/manager.d.ts +18 -0
- package/dist/@vitest/snapshot/manager.js +73 -0
- package/dist/@vitest/snapshot/rawSnapshot.d-lFsMJFUd.d.ts +61 -0
- package/dist/@vitest/spy/index.d.ts +384 -0
- package/dist/@vitest/spy/index.js +433 -0
- package/dist/@vitest/utils/chunk-_commonjsHelpers.js +5 -0
- package/dist/@vitest/utils/chunk-pathe.M-eThtNZ.js +156 -0
- package/dist/@vitest/utils/constants.d.ts +21 -0
- package/dist/@vitest/utils/constants.js +49 -0
- package/dist/@vitest/utils/diff.d.ts +93 -0
- package/dist/@vitest/utils/diff.js +2199 -0
- package/dist/@vitest/utils/display.d.ts +29 -0
- package/dist/@vitest/utils/display.js +742 -0
- package/dist/@vitest/utils/error.d.ts +7 -0
- package/dist/@vitest/utils/error.js +42 -0
- package/dist/@vitest/utils/helpers.d.ts +73 -0
- package/dist/@vitest/utils/helpers.js +295 -0
- package/dist/@vitest/utils/highlight.d.ts +9 -0
- package/dist/@vitest/utils/highlight.js +538 -0
- package/dist/@vitest/utils/index.d.ts +5 -0
- package/dist/@vitest/utils/index.js +1 -0
- package/dist/@vitest/utils/offset.d.ts +5 -0
- package/dist/@vitest/utils/offset.js +32 -0
- package/dist/@vitest/utils/resolver.d.ts +7 -0
- package/dist/@vitest/utils/resolver.js +71 -0
- package/dist/@vitest/utils/serialize.d.ts +3 -0
- package/dist/@vitest/utils/serialize.js +118 -0
- package/dist/@vitest/utils/source-map.d.ts +55 -0
- package/dist/@vitest/utils/source-map.js +478 -0
- package/dist/@vitest/utils/timers.d.ts +33 -0
- package/dist/@vitest/utils/timers.js +49 -0
- package/dist/@vitest/utils/types.d-BCElaP-c.d.ts +53 -0
- package/dist/@vitest/utils/types.d.ts +34 -0
- package/dist/@vitest/utils/types.js +1 -0
- package/dist/browser-compat.js +3 -0
- package/dist/browser.d.ts +46 -0
- package/dist/browser.js +20 -0
- package/dist/chunks/_commonjsHelpers.D26ty3Ew.js +6 -0
- package/dist/chunks/base.CJ0Y4ePK.js +165 -0
- package/dist/chunks/benchmark.B3N2zMcH.js +40 -0
- package/dist/chunks/benchmark.d.DAaHLpsq.d.ts +24 -0
- package/dist/chunks/browser.d.ChKACdzH.d.ts +59 -0
- package/dist/chunks/cac.DVeoLl0M.js +1409 -0
- package/dist/chunks/cli-api.B7PN_QUv.js +13672 -0
- package/dist/chunks/config.d.Cy95HiCx.d.ts +210 -0
- package/dist/chunks/console.Cf-YriPC.js +146 -0
- package/dist/chunks/constants.D_Q9UYh-.js +36 -0
- package/dist/chunks/coverage.AVPTjMgw.js +3292 -0
- package/dist/chunks/coverage.D_JHT54q.js +25 -0
- package/dist/chunks/coverage.d.BZtK59WP.d.ts +37 -0
- package/dist/chunks/creator.DAmOKTvJ.js +673 -0
- package/dist/chunks/date.Bq6ZW5rf.js +73 -0
- package/dist/chunks/defaults.BOqNVLsY.js +74 -0
- package/dist/chunks/env.D4Lgay0q.js +8 -0
- package/dist/chunks/environment.d.CrsxCzP1.d.ts +29 -0
- package/dist/chunks/evaluatedModules.Dg1zASAC.js +17 -0
- package/dist/chunks/evaluatedModules.d.BxJ5omdx.d.ts +7 -0
- package/dist/chunks/git.Bm2pzPAa.js +71 -0
- package/dist/chunks/global.d.B15mdLcR.d.ts +99 -0
- package/dist/chunks/globals.DOayXfHP.js +30 -0
- package/dist/chunks/index.6Qv1eEA6.js +109 -0
- package/dist/chunks/index.C5r1PdPD.js +231 -0
- package/dist/chunks/index.Chj8NDwU.js +206 -0
- package/dist/chunks/index.CyBMJtT7.js +727 -0
- package/dist/chunks/index.D3XRDfWc.js +213 -0
- package/dist/chunks/index.D4KonVSU.js +6343 -0
- package/dist/chunks/index.M8mOzt4Y.js +3839 -0
- package/dist/chunks/index.Z5E_ObnR.js +37 -0
- package/dist/chunks/init-forks._y3TW739.js +41 -0
- package/dist/chunks/init-threads.DBO2kn-p.js +18 -0
- package/dist/chunks/init.B6MLFIaN.js +334 -0
- package/dist/chunks/inspector.CvyFGlXm.js +53 -0
- package/dist/chunks/modules.BJuCwlRJ.js +36 -0
- package/dist/chunks/node.Ce0vMQM7.js +14 -0
- package/dist/chunks/plugin.d.CtqpEehP.d.ts +38 -0
- package/dist/chunks/reporters.d.CWXNI2jG.d.ts +3271 -0
- package/dist/chunks/rpc.BoxB0q7B.js +76 -0
- package/dist/chunks/rpc.d.RH3apGEf.d.ts +64 -0
- package/dist/chunks/setup-common.Cm-kSBVi.js +60 -0
- package/dist/chunks/startModuleRunner.DEj0jb3e.js +861 -0
- package/dist/chunks/suite.d.BJWk38HB.d.ts +10 -0
- package/dist/chunks/test.B8ej_ZHS.js +254 -0
- package/dist/chunks/traces.CCmnQaNT.js +217 -0
- package/dist/chunks/traces.d.402V_yFI.d.ts +18 -0
- package/dist/chunks/utils.DvEY5TfP.js +52 -0
- package/dist/chunks/vi.2VT5v0um.js +3919 -0
- package/dist/chunks/vm.D3epNOPZ.js +744 -0
- package/dist/chunks/worker.d.Dyxm8DEL.d.ts +255 -0
- package/dist/cli.js +28 -0
- package/dist/client/.vite/manifest.json +24 -0
- package/dist/client/__vitest__/assets/index-BUCFJtth.js +57 -0
- package/dist/client/__vitest__/assets/index-DlhE0rqZ.css +1 -0
- package/dist/client/__vitest__/bg.png +0 -0
- package/dist/client/__vitest__/favicon.ico +0 -0
- package/dist/client/__vitest__/favicon.svg +5 -0
- package/dist/client/__vitest__/index.html +32 -0
- package/dist/client/__vitest_browser__/orchestrator-S_3e_uzt.js +345 -0
- package/dist/client/__vitest_browser__/tester-k74mgIRa.js +2171 -0
- package/dist/client/__vitest_browser__/utils-uxqdqUz8.js +223 -0
- package/dist/client/error-catcher.js +82 -0
- package/dist/client/esm-client-injector.js +67 -0
- package/dist/client/favicon.svg +5 -0
- package/dist/client/orchestrator.html +35 -0
- package/dist/client/tester/tester.html +13 -0
- package/dist/client.js +456 -0
- package/dist/config.cjs +94 -0
- package/dist/config.d.ts +104 -0
- package/dist/config.js +15 -0
- package/dist/context.js +541 -0
- package/dist/coverage.d.ts +118 -0
- package/dist/coverage.js +23 -0
- package/dist/dummy.js +2 -0
- package/dist/environments.d.ts +22 -0
- package/dist/environments.js +3 -0
- package/dist/expect-element.js +27 -0
- package/dist/index-D6m36C6U.js +6 -0
- package/dist/index-node.js +7 -0
- package/dist/index.d.ts +510 -0
- package/dist/index.js +19 -0
- package/dist/locators.d.ts +354 -0
- package/dist/locators.js +1 -0
- package/dist/mocker.d.ts +1 -0
- package/dist/mocker.js +1 -0
- package/dist/module-evaluator.d.ts +124 -0
- package/dist/module-evaluator.js +343 -0
- package/dist/module-runner-stub.js +44 -0
- package/dist/module-runner.js +17 -0
- package/dist/node.d.ts +251 -0
- package/dist/node.js +98 -0
- package/dist/path.js +7 -0
- package/dist/plugins/browser-client.mjs +2 -0
- package/dist/plugins/browser-context.mjs +2 -0
- package/dist/plugins/browser-locators.mjs +2 -0
- package/dist/plugins/browser-playwright.mjs +2 -0
- package/dist/plugins/browser-preview.mjs +2 -0
- package/dist/plugins/browser-webdriverio.mjs +2 -0
- package/dist/plugins/browser.mjs +2 -0
- package/dist/plugins/expect.mjs +2 -0
- package/dist/plugins/mocker-automock.mjs +2 -0
- package/dist/plugins/mocker-browser.mjs +2 -0
- package/dist/plugins/mocker-node.mjs +2 -0
- package/dist/plugins/mocker-redirect.mjs +2 -0
- package/dist/plugins/mocker-register.mjs +2 -0
- package/dist/plugins/mocker.mjs +2 -0
- package/dist/plugins/pretty-format.mjs +2 -0
- package/dist/plugins/runner-types.mjs +2 -0
- package/dist/plugins/runner-utils.mjs +2 -0
- package/dist/plugins/runner.mjs +2 -0
- package/dist/plugins/snapshot-environment.mjs +2 -0
- package/dist/plugins/snapshot-manager.mjs +2 -0
- package/dist/plugins/snapshot.mjs +2 -0
- package/dist/plugins/spy.mjs +2 -0
- package/dist/plugins/utils-constants.mjs +2 -0
- package/dist/plugins/utils-diff.mjs +2 -0
- package/dist/plugins/utils-display.mjs +2 -0
- package/dist/plugins/utils-error.mjs +2 -0
- package/dist/plugins/utils-helpers.mjs +2 -0
- package/dist/plugins/utils-highlight.mjs +2 -0
- package/dist/plugins/utils-offset.mjs +2 -0
- package/dist/plugins/utils-resolver.mjs +2 -0
- package/dist/plugins/utils-serialize.mjs +2 -0
- package/dist/plugins/utils-source-map.mjs +2 -0
- package/dist/plugins/utils-timers.mjs +2 -0
- package/dist/plugins/utils.mjs +2 -0
- package/dist/reporters.d.ts +27 -0
- package/dist/reporters.js +24 -0
- package/dist/runners.d.ts +50 -0
- package/dist/runners.js +19 -0
- package/dist/shared/screenshotMatcher/types.d.ts +22 -0
- package/dist/snapshot.d.ts +9 -0
- package/dist/snapshot.js +4 -0
- package/dist/spy.js +1 -0
- package/dist/state.js +280 -0
- package/dist/suite.d.ts +5 -0
- package/dist/suite.js +6 -0
- package/dist/types.d.ts +69 -0
- package/dist/vendor/chai.d.mts +1 -0
- package/dist/vendor/chai.mjs +3577 -0
- package/dist/vendor/es-module-lexer.d.mts +193 -0
- package/dist/vendor/es-module-lexer.mjs +79 -0
- package/dist/vendor/estree-walker.d.mts +583 -0
- package/dist/vendor/estree-walker.mjs +339 -0
- package/dist/vendor/expect-type.d.mts +1574 -0
- package/dist/vendor/expect-type.mjs +214 -0
- package/dist/vendor/magic-string.d.mts +261 -0
- package/dist/vendor/magic-string.mjs +1700 -0
- package/dist/vendor/obug.d.mts +56 -0
- package/dist/vendor/obug.mjs +276 -0
- package/dist/vendor/pathe.d.mts +46 -0
- package/dist/vendor/pathe.mjs +496 -0
- package/dist/vendor/picomatch.d.mts +1 -0
- package/dist/vendor/picomatch.mjs +1855 -0
- package/dist/vendor/shared-3g9mwCWP.mjs +31 -0
- package/dist/vendor/std-env.d.mts +88 -0
- package/dist/vendor/std-env.mjs +159 -0
- package/dist/vendor/tinybench.d.mts +317 -0
- package/dist/vendor/tinybench.mjs +504 -0
- package/dist/vendor/tinyexec.d.mts +72 -0
- package/dist/vendor/tinyexec.mjs +637 -0
- package/dist/vendor/tinyglobby.d.mts +157 -0
- package/dist/vendor/tinyglobby.mjs +832 -0
- package/dist/vendor/tinyrainbow.d.mts +60 -0
- package/dist/vendor/tinyrainbow.mjs +93 -0
- package/dist/vendor/vitest_browser.mjs +2 -0
- package/dist/vendor/vitest_internal_browser.mjs +2 -0
- package/dist/vendor/vitest_runner.mjs +2 -0
- package/dist/vendor/vitest_runners.mjs +2 -0
- package/dist/worker.d.ts +32 -0
- package/dist/worker.js +48 -0
- package/dist/workers/forks.js +54 -0
- package/dist/workers/runVmTests.js +95 -0
- package/dist/workers/threads.js +55 -0
- package/dist/workers/vmForks.js +36 -0
- package/dist/workers/vmThreads.js +37 -0
- package/environments.d.ts +1 -0
- package/globals.d.ts +20 -0
- package/import-meta.d.ts +5 -0
- package/importMeta.d.ts +4 -0
- package/index.cjs +5 -0
- package/index.d.cts +1 -0
- package/jsdom.d.ts +6 -0
- package/mocker.d.ts +1 -0
- package/node.d.ts +1 -0
- package/optional-types.d.ts +7 -0
- package/package.json +335 -0
- package/reporters.d.ts +1 -0
- package/runners.d.ts +1 -0
- package/snapshot.d.ts +1 -0
- package/suite.d.ts +1 -0
- package/suppress-warnings.cjs +21 -0
- package/vitest.mjs +2 -0
- package/worker.d.ts +1 -0
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
import { processError } from '../utils/error.js';
|
|
2
|
+
import { parseSingleStack } from '../utils/source-map.js';
|
|
3
|
+
import { relative } from '../../vendor/pathe.mjs';
|
|
4
|
+
import { toArray } from '../utils/helpers.js';
|
|
5
|
+
|
|
6
|
+
function createChainable(keys, fn) {
|
|
7
|
+
function create(context) {
|
|
8
|
+
const chain = function(...args) {
|
|
9
|
+
return fn.apply(context, args);
|
|
10
|
+
};
|
|
11
|
+
Object.assign(chain, fn);
|
|
12
|
+
chain.withContext = () => chain.bind(context);
|
|
13
|
+
chain.setContext = (key, value) => {
|
|
14
|
+
context[key] = value;
|
|
15
|
+
};
|
|
16
|
+
chain.mergeContext = (ctx) => {
|
|
17
|
+
Object.assign(context, ctx);
|
|
18
|
+
};
|
|
19
|
+
for (const key of keys) {
|
|
20
|
+
Object.defineProperty(chain, key, { get() {
|
|
21
|
+
return create({
|
|
22
|
+
...context,
|
|
23
|
+
[key]: true
|
|
24
|
+
});
|
|
25
|
+
} });
|
|
26
|
+
}
|
|
27
|
+
return chain;
|
|
28
|
+
}
|
|
29
|
+
const chain = create({});
|
|
30
|
+
chain.fn = fn;
|
|
31
|
+
return chain;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* If any tasks been marked as `only`, mark all other tasks as `skip`.
|
|
36
|
+
*/
|
|
37
|
+
function interpretTaskModes(file, namePattern, testLocations, onlyMode, parentIsOnly, allowOnly) {
|
|
38
|
+
const matchedLocations = [];
|
|
39
|
+
const traverseSuite = (suite, parentIsOnly, parentMatchedWithLocation) => {
|
|
40
|
+
const suiteIsOnly = parentIsOnly || suite.mode === "only";
|
|
41
|
+
// Check if any tasks in this suite have `.only` - if so, only those should run
|
|
42
|
+
const hasSomeTasksOnly = onlyMode && suite.tasks.some((t) => t.mode === "only" || t.type === "suite" && someTasksAreOnly(t));
|
|
43
|
+
suite.tasks.forEach((t) => {
|
|
44
|
+
// Check if either the parent suite or the task itself are marked as included
|
|
45
|
+
// If there are tasks with `.only` in this suite, only include those (not all tasks from describe.only)
|
|
46
|
+
const includeTask = hasSomeTasksOnly ? t.mode === "only" || t.type === "suite" && someTasksAreOnly(t) : suiteIsOnly || t.mode === "only";
|
|
47
|
+
if (onlyMode) {
|
|
48
|
+
if (t.type === "suite" && (includeTask || someTasksAreOnly(t))) {
|
|
49
|
+
// Don't skip this suite
|
|
50
|
+
if (t.mode === "only") {
|
|
51
|
+
checkAllowOnly(t, allowOnly);
|
|
52
|
+
t.mode = "run";
|
|
53
|
+
}
|
|
54
|
+
} else if (t.mode === "run" && !includeTask) {
|
|
55
|
+
t.mode = "skip";
|
|
56
|
+
} else if (t.mode === "only") {
|
|
57
|
+
checkAllowOnly(t, allowOnly);
|
|
58
|
+
t.mode = "run";
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
let hasLocationMatch = parentMatchedWithLocation;
|
|
62
|
+
// Match test location against provided locations, only run if present
|
|
63
|
+
// in `testLocations`. Note: if `includeTaskLocations` is not enabled,
|
|
64
|
+
// all test will be skipped.
|
|
65
|
+
if (testLocations !== undefined && testLocations.length !== 0) {
|
|
66
|
+
if (t.location && (testLocations === null || testLocations === void 0 ? void 0 : testLocations.includes(t.location.line))) {
|
|
67
|
+
t.mode = "run";
|
|
68
|
+
matchedLocations.push(t.location.line);
|
|
69
|
+
hasLocationMatch = true;
|
|
70
|
+
} else if (parentMatchedWithLocation) {
|
|
71
|
+
t.mode = "run";
|
|
72
|
+
} else if (t.type === "test") {
|
|
73
|
+
t.mode = "skip";
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (t.type === "test") {
|
|
77
|
+
if (namePattern && !getTaskFullName(t).match(namePattern)) {
|
|
78
|
+
t.mode = "skip";
|
|
79
|
+
}
|
|
80
|
+
} else if (t.type === "suite") {
|
|
81
|
+
if (t.mode === "skip") {
|
|
82
|
+
skipAllTasks(t);
|
|
83
|
+
} else if (t.mode === "todo") {
|
|
84
|
+
todoAllTasks(t);
|
|
85
|
+
} else {
|
|
86
|
+
traverseSuite(t, includeTask, hasLocationMatch);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
// if all subtasks are skipped, mark as skip
|
|
91
|
+
if (suite.mode === "run" || suite.mode === "queued") {
|
|
92
|
+
if (suite.tasks.length && suite.tasks.every((i) => i.mode !== "run" && i.mode !== "queued")) {
|
|
93
|
+
suite.mode = "skip";
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
traverseSuite(file, parentIsOnly, false);
|
|
98
|
+
const nonMatching = testLocations === null || testLocations === void 0 ? void 0 : testLocations.filter((loc) => !matchedLocations.includes(loc));
|
|
99
|
+
if (nonMatching && nonMatching.length !== 0) {
|
|
100
|
+
const message = nonMatching.length === 1 ? `line ${nonMatching[0]}` : `lines ${nonMatching.join(", ")}`;
|
|
101
|
+
if (file.result === undefined) {
|
|
102
|
+
file.result = {
|
|
103
|
+
state: "fail",
|
|
104
|
+
errors: []
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
if (file.result.errors === undefined) {
|
|
108
|
+
file.result.errors = [];
|
|
109
|
+
}
|
|
110
|
+
file.result.errors.push(processError(new Error(`No test found in ${file.name} in ${message}`)));
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
function getTaskFullName(task) {
|
|
114
|
+
return `${task.suite ? `${getTaskFullName(task.suite)} ` : ""}${task.name}`;
|
|
115
|
+
}
|
|
116
|
+
function someTasksAreOnly(suite) {
|
|
117
|
+
return suite.tasks.some((t) => t.mode === "only" || t.type === "suite" && someTasksAreOnly(t));
|
|
118
|
+
}
|
|
119
|
+
function skipAllTasks(suite) {
|
|
120
|
+
suite.tasks.forEach((t) => {
|
|
121
|
+
if (t.mode === "run" || t.mode === "queued") {
|
|
122
|
+
t.mode = "skip";
|
|
123
|
+
if (t.type === "suite") {
|
|
124
|
+
skipAllTasks(t);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
function todoAllTasks(suite) {
|
|
130
|
+
suite.tasks.forEach((t) => {
|
|
131
|
+
if (t.mode === "run" || t.mode === "queued") {
|
|
132
|
+
t.mode = "todo";
|
|
133
|
+
if (t.type === "suite") {
|
|
134
|
+
todoAllTasks(t);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
function checkAllowOnly(task, allowOnly) {
|
|
140
|
+
if (allowOnly) {
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
const error = processError(new Error("[Vitest] Unexpected .only modifier. Remove it or pass --allowOnly argument to bypass this error"));
|
|
144
|
+
task.result = {
|
|
145
|
+
state: "fail",
|
|
146
|
+
errors: [error]
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
150
|
+
function generateHash(str) {
|
|
151
|
+
let hash = 0;
|
|
152
|
+
if (str.length === 0) {
|
|
153
|
+
return `${hash}`;
|
|
154
|
+
}
|
|
155
|
+
for (let i = 0; i < str.length; i++) {
|
|
156
|
+
const char = str.charCodeAt(i);
|
|
157
|
+
hash = (hash << 5) - hash + char;
|
|
158
|
+
hash = hash & hash;
|
|
159
|
+
}
|
|
160
|
+
return `${hash}`;
|
|
161
|
+
}
|
|
162
|
+
function calculateSuiteHash(parent) {
|
|
163
|
+
parent.tasks.forEach((t, idx) => {
|
|
164
|
+
t.id = `${parent.id}_${idx}`;
|
|
165
|
+
if (t.type === "suite") {
|
|
166
|
+
calculateSuiteHash(t);
|
|
167
|
+
}
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
function createFileTask(filepath, root, projectName, pool, viteEnvironment) {
|
|
171
|
+
const path = relative(root, filepath);
|
|
172
|
+
const file = {
|
|
173
|
+
id: generateFileHash(path, projectName),
|
|
174
|
+
name: path,
|
|
175
|
+
fullName: path,
|
|
176
|
+
type: "suite",
|
|
177
|
+
mode: "queued",
|
|
178
|
+
filepath,
|
|
179
|
+
tasks: [],
|
|
180
|
+
meta: Object.create(null),
|
|
181
|
+
projectName,
|
|
182
|
+
file: undefined,
|
|
183
|
+
pool,
|
|
184
|
+
viteEnvironment
|
|
185
|
+
};
|
|
186
|
+
file.file = file;
|
|
187
|
+
return file;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Generate a unique ID for a file based on its path and project name
|
|
191
|
+
* @param file File relative to the root of the project to keep ID the same between different machines
|
|
192
|
+
* @param projectName The name of the test project
|
|
193
|
+
*/
|
|
194
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
195
|
+
function generateFileHash(file, projectName) {
|
|
196
|
+
return /* @__PURE__ */ generateHash(`${file}${projectName || ""}`);
|
|
197
|
+
}
|
|
198
|
+
function findTestFileStackTrace(testFilePath, error) {
|
|
199
|
+
// first line is the error message
|
|
200
|
+
const lines = error.split("\n").slice(1);
|
|
201
|
+
for (const line of lines) {
|
|
202
|
+
const stack = parseSingleStack(line);
|
|
203
|
+
if (stack && stack.file === testFilePath) {
|
|
204
|
+
return stack;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Return a function for running multiple async operations with limited concurrency.
|
|
211
|
+
*/
|
|
212
|
+
function limitConcurrency(concurrency = Infinity) {
|
|
213
|
+
// The number of currently active + pending tasks.
|
|
214
|
+
let count = 0;
|
|
215
|
+
// The head and tail of the pending task queue, built using a singly linked list.
|
|
216
|
+
// Both head and tail are initially undefined, signifying an empty queue.
|
|
217
|
+
// They both become undefined again whenever there are no pending tasks.
|
|
218
|
+
let head;
|
|
219
|
+
let tail;
|
|
220
|
+
// A bookkeeping function executed whenever a task has been run to completion.
|
|
221
|
+
const finish = () => {
|
|
222
|
+
count--;
|
|
223
|
+
// Check if there are further pending tasks in the queue.
|
|
224
|
+
if (head) {
|
|
225
|
+
// Allow the next pending task to run and pop it from the queue.
|
|
226
|
+
head[0]();
|
|
227
|
+
head = head[1];
|
|
228
|
+
// The head may now be undefined if there are no further pending tasks.
|
|
229
|
+
// In that case, set tail to undefined as well.
|
|
230
|
+
tail = head && tail;
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
return (func, ...args) => {
|
|
234
|
+
// Create a promise chain that:
|
|
235
|
+
// 1. Waits for its turn in the task queue (if necessary).
|
|
236
|
+
// 2. Runs the task.
|
|
237
|
+
// 3. Allows the next pending task (if any) to run.
|
|
238
|
+
return new Promise((resolve) => {
|
|
239
|
+
if (count++ < concurrency) {
|
|
240
|
+
// No need to queue if fewer than maxConcurrency tasks are running.
|
|
241
|
+
resolve();
|
|
242
|
+
} else if (tail) {
|
|
243
|
+
// There are pending tasks, so append to the queue.
|
|
244
|
+
tail = tail[1] = [resolve];
|
|
245
|
+
} else {
|
|
246
|
+
// No other pending tasks, initialize the queue with a new tail and head.
|
|
247
|
+
head = tail = [resolve];
|
|
248
|
+
}
|
|
249
|
+
}).then(() => {
|
|
250
|
+
// Running func here ensures that even a non-thenable result or an
|
|
251
|
+
// immediately thrown error gets wrapped into a Promise.
|
|
252
|
+
return func(...args);
|
|
253
|
+
}).finally(finish);
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Partition in tasks groups by consecutive concurrent
|
|
259
|
+
*/
|
|
260
|
+
function partitionSuiteChildren(suite) {
|
|
261
|
+
let tasksGroup = [];
|
|
262
|
+
const tasksGroups = [];
|
|
263
|
+
for (const c of suite.tasks) {
|
|
264
|
+
if (tasksGroup.length === 0 || c.concurrent === tasksGroup[0].concurrent) {
|
|
265
|
+
tasksGroup.push(c);
|
|
266
|
+
} else {
|
|
267
|
+
tasksGroups.push(tasksGroup);
|
|
268
|
+
tasksGroup = [c];
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
if (tasksGroup.length > 0) {
|
|
272
|
+
tasksGroups.push(tasksGroup);
|
|
273
|
+
}
|
|
274
|
+
return tasksGroups;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
function isTestCase(s) {
|
|
278
|
+
return s.type === "test";
|
|
279
|
+
}
|
|
280
|
+
function getTests(suite) {
|
|
281
|
+
const tests = [];
|
|
282
|
+
const arraySuites = toArray(suite);
|
|
283
|
+
for (const s of arraySuites) {
|
|
284
|
+
if (isTestCase(s)) {
|
|
285
|
+
tests.push(s);
|
|
286
|
+
} else {
|
|
287
|
+
for (const task of s.tasks) {
|
|
288
|
+
if (isTestCase(task)) {
|
|
289
|
+
tests.push(task);
|
|
290
|
+
} else {
|
|
291
|
+
const taskTests = getTests(task);
|
|
292
|
+
for (const test of taskTests) {
|
|
293
|
+
tests.push(test);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
return tests;
|
|
300
|
+
}
|
|
301
|
+
function getTasks(tasks = []) {
|
|
302
|
+
return toArray(tasks).flatMap((s) => isTestCase(s) ? [s] : [s, ...getTasks(s.tasks)]);
|
|
303
|
+
}
|
|
304
|
+
function getSuites(suite) {
|
|
305
|
+
return toArray(suite).flatMap((s) => s.type === "suite" ? [s, ...getSuites(s.tasks)] : []);
|
|
306
|
+
}
|
|
307
|
+
function hasTests(suite) {
|
|
308
|
+
return toArray(suite).some((s) => s.tasks.some((c) => isTestCase(c) || hasTests(c)));
|
|
309
|
+
}
|
|
310
|
+
function hasFailed(suite) {
|
|
311
|
+
return toArray(suite).some((s) => {
|
|
312
|
+
var _s$result;
|
|
313
|
+
return ((_s$result = s.result) === null || _s$result === void 0 ? void 0 : _s$result.state) === "fail" || s.type === "suite" && hasFailed(s.tasks);
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
function getNames(task) {
|
|
317
|
+
const names = [task.name];
|
|
318
|
+
let current = task;
|
|
319
|
+
while (current === null || current === void 0 ? void 0 : current.suite) {
|
|
320
|
+
current = current.suite;
|
|
321
|
+
if (current === null || current === void 0 ? void 0 : current.name) {
|
|
322
|
+
names.unshift(current.name);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
if (current !== task.file) {
|
|
326
|
+
names.unshift(task.file.name);
|
|
327
|
+
}
|
|
328
|
+
return names;
|
|
329
|
+
}
|
|
330
|
+
function getFullName(task, separator = " > ") {
|
|
331
|
+
return getNames(task).join(separator);
|
|
332
|
+
}
|
|
333
|
+
function getTestName(task, separator = " > ") {
|
|
334
|
+
return getNames(task).slice(1).join(separator);
|
|
335
|
+
}
|
|
336
|
+
function createTaskName(names, separator = " > ") {
|
|
337
|
+
return names.filter((name) => name !== undefined).join(separator);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export { calculateSuiteHash as a, createFileTask as b, createChainable as c, generateHash as d, createTaskName as e, findTestFileStackTrace as f, generateFileHash as g, getFullName as h, interpretTaskModes as i, getNames as j, getSuites as k, limitConcurrency as l, getTasks as m, getTestName as n, getTests as o, partitionSuiteChildren as p, hasFailed as q, hasTests as r, someTasksAreOnly as s, isTestCase as t };
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { b as TestArtifact, a as Test, S as Suite, d as SuiteHooks, F as File, e as TaskUpdateEvent, T as Task, f as TestAPI, g as SuiteAPI, h as SuiteCollector } from './tasks.d-C7UxawJ9.js';
|
|
2
|
+
export { A as AfterAllListener, n as AfterEachListener, B as BeforeAllListener, p as BeforeEachListener, q as Fixture, r as FixtureFn, s as FixtureOptions, t as Fixtures, I as ImportDuration, u as InferFixturesTypes, O as OnTestFailedHandler, v as OnTestFinishedHandler, R as RunMode, w as RuntimeContext, x as SequenceHooks, y as SequenceSetupFiles, z as SuiteFactory, D as TaskBase, E as TaskCustomOptions, G as TaskEventPack, H as TaskHook, J as TaskMeta, K as TaskPopulated, L as TaskResult, M as TaskResultPack, N as TaskState, P as TestAnnotation, Q as TestAnnotationArtifact, U as TestAnnotationLocation, V as TestArtifactBase, W as TestArtifactLocation, X as TestArtifactRegistry, Y as TestAttachment, Z as TestContext, _ as TestFunction, $ as TestOptions, a0 as Use, a1 as VisualRegressionArtifact, i as afterAll, j as afterEach, k as beforeAll, l as beforeEach, o as onTestFailed, m as onTestFinished } from './tasks.d-C7UxawJ9.js';
|
|
3
|
+
import { Awaitable } from '../utils/index.js';
|
|
4
|
+
import { FileSpecification, VitestRunner } from './types.js';
|
|
5
|
+
export { CancelReason, VitestRunnerConfig, VitestRunnerConstructor, VitestRunnerImportSource } from './types.js';
|
|
6
|
+
import '../utils/diff.js';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @experimental
|
|
10
|
+
* @advanced
|
|
11
|
+
*
|
|
12
|
+
* Records a custom test artifact during test execution.
|
|
13
|
+
*
|
|
14
|
+
* This function allows you to attach structured data, files, or metadata to a test.
|
|
15
|
+
*
|
|
16
|
+
* Vitest automatically injects the source location where the artifact was created and manages any attachments you include.
|
|
17
|
+
*
|
|
18
|
+
* @param task - The test task context, typically accessed via `this.task` in custom matchers or `context.task` in tests
|
|
19
|
+
* @param artifact - The artifact to record. Must extend {@linkcode TestArtifactBase}
|
|
20
|
+
*
|
|
21
|
+
* @returns A promise that resolves to the recorded artifact with location injected
|
|
22
|
+
*
|
|
23
|
+
* @throws {Error} If called after the test has finished running
|
|
24
|
+
* @throws {Error} If the test runner doesn't support artifacts
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```ts
|
|
28
|
+
* // In a custom assertion
|
|
29
|
+
* async function toHaveValidSchema(this: MatcherState, actual: unknown) {
|
|
30
|
+
* const validation = validateSchema(actual)
|
|
31
|
+
*
|
|
32
|
+
* await recordArtifact(this.task, {
|
|
33
|
+
* type: 'my-plugin:schema-validation',
|
|
34
|
+
* passed: validation.valid,
|
|
35
|
+
* errors: validation.errors,
|
|
36
|
+
* })
|
|
37
|
+
*
|
|
38
|
+
* return { pass: validation.valid, message: () => '...' }
|
|
39
|
+
* }
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
declare function recordArtifact<Artifact extends TestArtifact>(task: Test, artifact: Artifact): Promise<Artifact>;
|
|
43
|
+
|
|
44
|
+
declare function setFn(key: Test, fn: () => Awaitable<void>): void;
|
|
45
|
+
declare function getFn<Task = Test>(key: Task): () => Awaitable<void>;
|
|
46
|
+
declare function setHooks(key: Suite, hooks: SuiteHooks): void;
|
|
47
|
+
declare function getHooks(key: Suite): SuiteHooks;
|
|
48
|
+
|
|
49
|
+
declare function updateTask(event: TaskUpdateEvent, task: Task, runner: VitestRunner): void;
|
|
50
|
+
declare function startTests(specs: string[] | FileSpecification[], runner: VitestRunner): Promise<File[]>;
|
|
51
|
+
declare function publicCollect(specs: string[] | FileSpecification[], runner: VitestRunner): Promise<File[]>;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Creates a suite of tests, allowing for grouping and hierarchical organization of tests.
|
|
55
|
+
* Suites can contain both tests and other suites, enabling complex test structures.
|
|
56
|
+
*
|
|
57
|
+
* @param {string} name - The name of the suite, used for identification and reporting.
|
|
58
|
+
* @param {Function} fn - A function that defines the tests and suites within this suite.
|
|
59
|
+
* @example
|
|
60
|
+
* ```ts
|
|
61
|
+
* // Define a suite with two tests
|
|
62
|
+
* suite('Math operations', () => {
|
|
63
|
+
* test('should add two numbers', () => {
|
|
64
|
+
* expect(add(1, 2)).toBe(3);
|
|
65
|
+
* });
|
|
66
|
+
*
|
|
67
|
+
* test('should subtract two numbers', () => {
|
|
68
|
+
* expect(subtract(5, 2)).toBe(3);
|
|
69
|
+
* });
|
|
70
|
+
* });
|
|
71
|
+
* ```
|
|
72
|
+
* @example
|
|
73
|
+
* ```ts
|
|
74
|
+
* // Define nested suites
|
|
75
|
+
* suite('String operations', () => {
|
|
76
|
+
* suite('Trimming', () => {
|
|
77
|
+
* test('should trim whitespace from start and end', () => {
|
|
78
|
+
* expect(' hello '.trim()).toBe('hello');
|
|
79
|
+
* });
|
|
80
|
+
* });
|
|
81
|
+
*
|
|
82
|
+
* suite('Concatenation', () => {
|
|
83
|
+
* test('should concatenate two strings', () => {
|
|
84
|
+
* expect('hello' + ' ' + 'world').toBe('hello world');
|
|
85
|
+
* });
|
|
86
|
+
* });
|
|
87
|
+
* });
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
declare const suite: SuiteAPI;
|
|
91
|
+
/**
|
|
92
|
+
* Defines a test case with a given name and test function. The test function can optionally be configured with test options.
|
|
93
|
+
*
|
|
94
|
+
* @param {string | Function} name - The name of the test or a function that will be used as a test name.
|
|
95
|
+
* @param {TestOptions | TestFunction} [optionsOrFn] - Optional. The test options or the test function if no explicit name is provided.
|
|
96
|
+
* @param {number | TestOptions | TestFunction} [optionsOrTest] - Optional. The test function or options, depending on the previous parameters.
|
|
97
|
+
* @throws {Error} If called inside another test function.
|
|
98
|
+
* @example
|
|
99
|
+
* ```ts
|
|
100
|
+
* // Define a simple test
|
|
101
|
+
* test('should add two numbers', () => {
|
|
102
|
+
* expect(add(1, 2)).toBe(3);
|
|
103
|
+
* });
|
|
104
|
+
* ```
|
|
105
|
+
* @example
|
|
106
|
+
* ```ts
|
|
107
|
+
* // Define a test with options
|
|
108
|
+
* test('should subtract two numbers', { retry: 3 }, () => {
|
|
109
|
+
* expect(subtract(5, 2)).toBe(3);
|
|
110
|
+
* });
|
|
111
|
+
* ```
|
|
112
|
+
*/
|
|
113
|
+
declare const test: TestAPI;
|
|
114
|
+
/**
|
|
115
|
+
* Creates a suite of tests, allowing for grouping and hierarchical organization of tests.
|
|
116
|
+
* Suites can contain both tests and other suites, enabling complex test structures.
|
|
117
|
+
*
|
|
118
|
+
* @param {string} name - The name of the suite, used for identification and reporting.
|
|
119
|
+
* @param {Function} fn - A function that defines the tests and suites within this suite.
|
|
120
|
+
* @example
|
|
121
|
+
* ```ts
|
|
122
|
+
* // Define a suite with two tests
|
|
123
|
+
* describe('Math operations', () => {
|
|
124
|
+
* test('should add two numbers', () => {
|
|
125
|
+
* expect(add(1, 2)).toBe(3);
|
|
126
|
+
* });
|
|
127
|
+
*
|
|
128
|
+
* test('should subtract two numbers', () => {
|
|
129
|
+
* expect(subtract(5, 2)).toBe(3);
|
|
130
|
+
* });
|
|
131
|
+
* });
|
|
132
|
+
* ```
|
|
133
|
+
* @example
|
|
134
|
+
* ```ts
|
|
135
|
+
* // Define nested suites
|
|
136
|
+
* describe('String operations', () => {
|
|
137
|
+
* describe('Trimming', () => {
|
|
138
|
+
* test('should trim whitespace from start and end', () => {
|
|
139
|
+
* expect(' hello '.trim()).toBe('hello');
|
|
140
|
+
* });
|
|
141
|
+
* });
|
|
142
|
+
*
|
|
143
|
+
* describe('Concatenation', () => {
|
|
144
|
+
* test('should concatenate two strings', () => {
|
|
145
|
+
* expect('hello' + ' ' + 'world').toBe('hello world');
|
|
146
|
+
* });
|
|
147
|
+
* });
|
|
148
|
+
* });
|
|
149
|
+
* ```
|
|
150
|
+
*/
|
|
151
|
+
declare const describe: SuiteAPI;
|
|
152
|
+
/**
|
|
153
|
+
* Defines a test case with a given name and test function. The test function can optionally be configured with test options.
|
|
154
|
+
*
|
|
155
|
+
* @param {string | Function} name - The name of the test or a function that will be used as a test name.
|
|
156
|
+
* @param {TestOptions | TestFunction} [optionsOrFn] - Optional. The test options or the test function if no explicit name is provided.
|
|
157
|
+
* @param {number | TestOptions | TestFunction} [optionsOrTest] - Optional. The test function or options, depending on the previous parameters.
|
|
158
|
+
* @throws {Error} If called inside another test function.
|
|
159
|
+
* @example
|
|
160
|
+
* ```ts
|
|
161
|
+
* // Define a simple test
|
|
162
|
+
* it('adds two numbers', () => {
|
|
163
|
+
* expect(add(1, 2)).toBe(3);
|
|
164
|
+
* });
|
|
165
|
+
* ```
|
|
166
|
+
* @example
|
|
167
|
+
* ```ts
|
|
168
|
+
* // Define a test with options
|
|
169
|
+
* it('subtracts two numbers', { retry: 3 }, () => {
|
|
170
|
+
* expect(subtract(5, 2)).toBe(3);
|
|
171
|
+
* });
|
|
172
|
+
* ```
|
|
173
|
+
*/
|
|
174
|
+
declare const it: TestAPI;
|
|
175
|
+
declare function getCurrentSuite<ExtraContext = object>(): SuiteCollector<ExtraContext>;
|
|
176
|
+
declare function createTaskCollector(fn: (...args: any[]) => any, context?: Record<string, unknown>): TestAPI;
|
|
177
|
+
|
|
178
|
+
declare function getCurrentTest<T extends Test | undefined>(): T;
|
|
179
|
+
|
|
180
|
+
export { File, FileSpecification, Suite, SuiteAPI, SuiteCollector, SuiteHooks, Task, TaskUpdateEvent, Test, TestAPI, TestArtifact, VitestRunner, publicCollect as collectTests, createTaskCollector, describe, getCurrentSuite, getCurrentTest, getFn, getHooks, it, recordArtifact, setFn, setHooks, startTests, suite, test, updateTask };
|