mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-31 06:40:46 +03:00
3 lines
68 B
TypeScript
3 lines
68 B
TypeScript
// tests/setup/global-mocks.ts
|
|
globalThis._ = (key: string) => key;
|