mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
5318cd8c8e
commit
ddf37e0d66
2 changed files with 13 additions and 0 deletions
7
nodes/test_typescript/script_timing.json
Normal file
7
nodes/test_typescript/script_timing.json
Normal file
|
|
@ -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 [2.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 [1047.00ms]\n\napp/data/runs.test.ts:\n(pass) mapRunSummaryToRunItem > maps store run summary to RunItem\n(pass) mapRunSummaryToRunItem > handles missing optional fields [1.00ms]\n\napp/layouts/app-shell.test.tsx:\n(pass) getVisibleNavigation > shows all nav items in demo mode [2.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 [10.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. [1460.00ms]\n",
|
||||
"stderr": "",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1721,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/test_typescript/status.json
Normal file
6
nodes/test_typescript/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun test 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-15T14:24:51.807097Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue