UNPKG

lokalise-file-exchange

Version:
34 lines (31 loc) 473 B
import * as dotenv from "dotenv"; dotenv.config(); import { MockAgent, setGlobalDispatcher } from "undici"; import type { Interceptable, MockInterceptor, } from "undici/types/mock-interceptor.js"; import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, vi, } from "vitest"; export { describe, expect, it, MockAgent, setGlobalDispatcher, beforeEach, afterEach, beforeAll, afterAll, vi, type Interceptable, type MockInterceptor, };