From dfa3e6fe2f5caf2d0f945d32fd42728eb1014c1c Mon Sep 17 00:00:00 2001 From: Fabro Date: Wed, 15 Apr 2026 11:46:45 -0400 Subject: [PATCH] finalize run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- nodes/exit/status.json | 6 ++++++ nodes/test_typescript/script_timing.json | 7 +++++++ nodes/test_typescript/status.json | 6 ++++++ 3 files changed, 19 insertions(+) create mode 100644 nodes/exit/status.json create mode 100644 nodes/test_typescript/script_timing.json create mode 100644 nodes/test_typescript/status.json 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