DEV: Add pretender endpoint for category visible groups.

This was causing our build to become flaky.
This commit is contained in:
Alan Guo Xiang Tan 2022-04-11 09:25:10 +08:00
parent 3d581ce159
commit 72c69a644f

View File

@ -1117,6 +1117,8 @@ export function applyDefaultHandlers(pretender) {
], ],
}); });
}); });
pretender.get("/c/:id/visible_groups.json", () => response({ groups: [] }));
} }
export function resetPretender() { export function resetPretender() {