import { normalize } from 'pathe'; import cac from 'cac'; import c from 'picocolors'; import { v as version, s as startVitest } from './vendor-node.b14cb9ad.js'; import './vendor-index.29282562.js'; import { d as divider } from './vendor-reporters.f6975b8d.js'; import { t as toArray } from './vendor-base.9c08bbd0.js'; import 'vite'; import 'node:path'; import 'node:url'; import 'node:process'; import 'node:fs'; import './vendor-constants.538d9b49.js'; import './vendor-_commonjsHelpers.7d1333e8.js'; import 'os'; import 'path'; import 'util'; import 'stream'; import 'events'; import 'fs'; import 'vite-node/utils'; import 'vite-node/client'; import '@vitest/snapshot/manager'; import 'vite-node/server'; import './vendor-coverage.78040316.js'; import './vendor-paths.84fc7a99.js'; import 'node:v8'; import 'node:child_process'; import './vendor-index.b271ebe4.js'; import 'node:worker_threads'; import 'node:os'; import 'tinypool'; import '@vitest/utils'; import 'local-pkg'; import 'std-env'; import 'node:crypto'; import './vendor-index.1f85e5f1.js'; import 'node:buffer'; import 'child_process'; import 'assert'; import 'buffer'; import 'node:util'; import '@vitest/utils/source-map'; import 'node:fs/promises'; import 'module'; import 'acorn'; import 'acorn-walk'; import '@vitest/runner/utils'; import 'magic-string'; import 'strip-literal'; import './vendor-environments.c9c96bf7.js'; import './vendor-index.0b5b3600.js'; import 'node:module'; import 'node:assert'; import 'node:console'; import 'node:readline'; import 'readline'; import './vendor-global.97e4527c.js'; import 'node:perf_hooks'; import './vendor-tasks.f9d75aed.js'; const cli = cac("vitest"); cli.version(version).option("-r, --root ", "Root path").option("-c, --config ", "Path to config file").option("-u, --update", "Update snapshot").option("-w, --watch", "Enable watch mode").option("-t, --testNamePattern ", "Run tests with full names matching the specified regexp pattern").option("--dir ", "Base directory to scan for the test files").option("--ui", "Enable UI").option("--open", "Open UI automatically (default: !process.env.CI))").option("--api [api]", "Serve API, available options: --api.port , --api.host [host] and --api.strictPort").option("--threads", "Enabled threads (default: true)").option("--single-thread", "Run tests inside a single thread, requires --threads (default: false)").option("--experimental-vm-threads", "Run tests in a worker pool using VM isolation (default: false)").option("--experimental-vm-worker-memory-limit", "Set the maximum allowed memory for a worker. When reached, a new worker will be created instead").option("--silent", "Silent console output from tests").option("--hideSkippedTests", "Hide logs for skipped tests").option("--isolate", "Isolate environment for each test file (default: true)").option("--reporter ", "Specify reporters").option("--outputFile ", "Write test results to a file when supporter reporter is also specified, use cac's dot notation for individual outputs of multiple reporters").option("--coverage", "Enable coverage report").option("--run", "Disable watch mode").option("--mode ", "Override Vite mode (default: test)").option("--globals", "Inject apis globally").option("--dom", "Mock browser api with happy-dom").option("--browser [options]", "Run tests in the browser (default: false)").option("--environment ", "Specify runner environment, if not running in the browser (default: node)").option("--passWithNoTests", "Pass when no tests found").option("--logHeapUsage", "Show the size of heap for each test").option("--allowOnly", "Allow tests and suites that are marked as only (default: !process.env.CI)").option("--dangerouslyIgnoreUnhandledErrors", "Ignore any unhandled errors that occur").option("--shard ", "Test suite shard to execute in a format of /").option("--changed [since]", "Run tests that are affected by the changed files (default: false)").option("--sequence ", "Define in what order to run tests (use --sequence.shuffle to run tests in random order, use --sequence.concurrent to run tests in parallel)").option("--segfaultRetry ", "Return tests on segment fault (default: 0)", { default: 0 }).option("--no-color", "Removes colors from the console output").option("--inspect", "Enable Node.js inspector").option("--inspect-brk", "Enable Node.js inspector with break").option("--test-timeout