vitest/test/coverage-test/fixtures/setup.isolation.ts

7 lines
111 B
TypeScript

import { beforeAll } from "vitest";
import { branch } from "./src/branch";
beforeAll(() => {
branch(1);
});