Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Next.js] [BYOC] Component Builder integration endpoint #1729

Merged
merged 11 commits into from
Feb 8, 2024
Prev Previous commit
Next Next commit
cleanup
illiakovalenko committed Feb 7, 2024
commit 19f2ec4a6ef22ad396201f5048587db5003f3c50
Original file line number Diff line number Diff line change
@@ -35,9 +35,6 @@ const mockResponse = () => {
res.send = spy(() => {
return res;
});
res.end = spy(() => {
return res;
});
res.setPreviewData = spy(() => {
return res;
});