mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Remove error mocking
This commit is contained in:
@@ -4,10 +4,6 @@ export function __setEndpointMockData(endpoint, response) {
|
||||
mockResponses[endpoint] = response;
|
||||
}
|
||||
|
||||
export function __setEndpointMockError(endpoint, error) {
|
||||
mockResponses[endpoint] = error;
|
||||
}
|
||||
|
||||
export function __clearMocks() {
|
||||
mockResponses = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user