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