vitest
Version:
A blazing fast unit test framework powered by Vite
27 lines (23 loc) • 1.07 kB
JavaScript
export { afterAll, afterEach, beforeAll, beforeEach, describe, it, onTestFailed, suite, test } from '@vitest/runner';
export { b as bench, c as createExpect, g as expect, a as vi, v as vitest } from './chunk-utils-import.39ffe9c5.js';
export { i as isFirstRun, r as runOnce } from './chunk-integrations-run-once.a2b4758b.js';
import { d as dist } from './chunk-integrations-utils.d7c85bd9.js';
export { b as assertType, g as getRunningMode, a as isWatchMode } from './chunk-integrations-utils.d7c85bd9.js';
import * as chai from 'chai';
export { chai };
export { assert, should } from 'chai';
import '@vitest/runner/utils';
import '@vitest/utils';
import './chunk-utils-env.04ffbef7.js';
import 'pathe';
import 'std-env';
import './vendor-_commonjsHelpers.addc3445.js';
import '@vitest/expect';
import './chunk-runtime-rpc.1b5714dc.js';
import './chunk-snapshot-env.a347d647.js';
import './chunk-utils-base.81f83dbd.js';
import './chunk-utils-tasks.b41c8284.js';
import 'util';
import '@vitest/spy';
var expectTypeOf = dist.expectTypeOf;
export { expectTypeOf };