Merge pull request #1146 from kaitranntt/kai/feat/1138-logs-ui-redesign

feat(ui): redesign dashboard logs page (#1142)
This commit is contained in:
Kai (Tam Nhu) Tran
2026-04-30 13:14:47 -04:00
committed by GitHub
52 changed files with 2668 additions and 1570 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const path = require('node:path');
const { spawnSync } = require('node:child_process');
const rootDir = path.resolve(__dirname, '..');
const candidateRoots = ['tests/unit', 'tests/integration', 'tests/npm'];
const candidateRoots = ['tests/unit', 'tests/integration', 'tests/npm', 'src'];
// Add a `.ts` test to `slowTests` when ANY of these apply:
// 1. It spawns a child process (CLI, bun test, node, gh, etc.).
// 2. It binds a port, starts a server, or talks to localhost.