mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 00:03:04 +00:00
feat(factory): finish workbench milestone pass
This commit is contained in:
parent
bf282199b5
commit
49cba9e6c2
137 changed files with 819 additions and 338 deletions
|
|
@ -47,9 +47,9 @@ describe("frontend error collector router", () => {
|
|||
describe("frontend error collector script", () => {
|
||||
test("embeds configured endpoint", () => {
|
||||
const script = createFrontendErrorCollectorScript({
|
||||
endpoint: "/__openhandoff/frontend-errors/events",
|
||||
endpoint: "/__factory/frontend-errors/events",
|
||||
});
|
||||
expect(script).toContain("/__openhandoff/frontend-errors/events");
|
||||
expect(script).toContain("/__factory/frontend-errors/events");
|
||||
expect(script).toContain("window.addEventListener(\"error\"");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue