This commit is contained in:
2026-08-18 18:11:34 -04:00
parent bbaf47028f
commit 05dab1f18a
263 changed files with 895 additions and 872 deletions
@@ -11,8 +11,8 @@ const largeProcessTableFixture = join(
__dirname,
'fixtures/baretop-large-process-table.json'
)
const helpersPath = join(__dirname, '../lib/baretop-ui-helpers.js')
const snapPath = join(__dirname, '../lib/baretop-snapshot.js')
const helpersPath = join(__dirname, '../lib/baretop/baretop-ui-helpers.js')
const snapPath = join(__dirname, '../lib/baretop/baretop-snapshot.js')
test('fixture metrics_live-shaped JSON parses with expected keys', async (t) => {
const raw = await readFile(fixturePath, 'utf8')