lokalise-file-exchange
Version:
Exchange translation files with Lokalise TMS
34 lines (31 loc) • 473 B
text/typescript
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,
};