diff --git a/nodes/exit/status.json b/nodes/exit/status.json new file mode 100644 index 000000000..de0e95ce1 --- /dev/null +++ b/nodes/exit/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-04-15T15:46:45.955619Z" +} \ No newline at end of file diff --git a/nodes/test_typescript/script_timing.json b/nodes/test_typescript/script_timing.json new file mode 100644 index 000000000..7a4184c42 --- /dev/null +++ b/nodes/test_typescript/script_timing.json @@ -0,0 +1,7 @@ +{ + "stdout": "bun test v1.3.10 (30e609e0)\n\napp/api.test.ts:\n(pass) isNotAvailable > returns true for 501 status [1.00ms]\n(pass) isNotAvailable > returns true for 404 status\n(pass) isNotAvailable > returns false for 200 status\n(pass) auth helpers > getAuthConfig fetches auth methods without triggering auth redirect behavior [1.00ms]\n(pass) auth helpers > loginDevToken posts the token payload\n\napp/router.test.tsx:\n(pass) browser router > uses /login for the sign-in page instead of the backend auth namespace [4.00ms]\n(pass) browser router > exposes /setup but not the removed /setup/complete route\n\nscripts/build.test.ts:\n(pass) watch mode keeps running until interrupted [1027.00ms]\n\napp/data/runs.test.ts:\n(pass) mapRunSummaryToRunItem > maps store run summary to RunItem [1.00ms]\n(pass) mapRunSummaryToRunItem > handles missing optional fields\n\napp/layouts/app-shell.test.tsx:\n(pass) getVisibleNavigation > shows all nav items in demo mode [1.00ms]\n(pass) getVisibleNavigation > hides Workflows and Insights in production mode\n\napp/lib/demo-mode.test.tsx:\n(pass) DemoModeProvider > provides demo mode value to children [11.00ms]\n(pass) DemoModeProvider > defaults to false\n\napp/lib/theme-selection.test.ts:\n(pass) resolveTheme > defaults to dark when no saved theme exists\n(pass) resolveTheme > uses the saved theme when it is valid\n(pass) buildThemeBootScript > defaults the boot script to dark without using system preference\n\n 17 pass\n 0 fail\n 37 expect() calls\nRan 17 tests across 7 files. [1305.00ms]\n", + "stderr": "", + "exit_code": 0, + "duration_ms": 1424, + "timed_out": false +} \ No newline at end of file diff --git a/nodes/test_typescript/status.json b/nodes/test_typescript/status.json new file mode 100644 index 000000000..e114d6f71 --- /dev/null +++ b/nodes/test_typescript/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": "Script completed: cd apps/fabro-web && bun test 2>&1", + "failure_reason": null, + "timestamp": "2026-04-15T15:46:43.182127Z" +} \ No newline at end of file