From 76cb9c2a39d477a64824a985ade40507e3bbade1 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 21:34:48 -0800 Subject: feat(vanilla): add testing infrastructure and tests (NK-wjnczv) --- vanilla/node_modules/vitest/dist/reporters.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vanilla/node_modules/vitest/dist/reporters.js (limited to 'vanilla/node_modules/vitest/dist/reporters.js') diff --git a/vanilla/node_modules/vitest/dist/reporters.js b/vanilla/node_modules/vitest/dist/reporters.js new file mode 100644 index 0000000..6ea7b9e --- /dev/null +++ b/vanilla/node_modules/vitest/dist/reporters.js @@ -0,0 +1,24 @@ +export { D as DefaultReporter, a as DotReporter, G as GithubActionsReporter, H as HangingProcessReporter, b as JUnitReporter, J as JsonReporter, R as ReportersMap, T as TapFlatReporter, c as TapReporter, V as VerboseReporter } from './chunks/index.M8mOzt4Y.js'; +export { B as BenchmarkReporter, a as BenchmarkReportsMap, V as VerboseBenchmarkReporter } from './chunks/index.C5r1PdPD.js'; +import 'node:fs'; +import 'node:fs/promises'; +import 'pathe'; +import 'node:perf_hooks'; +import '@vitest/runner/utils'; +import '@vitest/utils/helpers'; +import '@vitest/utils/source-map'; +import 'tinyrainbow'; +import './chunks/env.D4Lgay0q.js'; +import 'std-env'; +import 'node:util'; +import 'node:console'; +import 'node:stream'; +import '@vitest/utils/display'; +import 'node:os'; +import 'tinyexec'; +import './path.js'; +import 'node:path'; +import 'node:url'; +import 'vite'; +import '@vitest/utils/offset'; +import 'node:module'; -- cgit v1.2.3