import { expect, test, vi } from 'vitest' globalThis.vi = vi globalThis.test = test globalThis.expect = expect