mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export const auth = jest.fn(async () => {
|
|
// Mock
|
|
return "<MOCK_USERNAME>";
|
|
});
|