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