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
@@ -5,9 +5,9 @@ import { fileURLToPath } from 'node:url'
import { createContext, runInContext } from 'node:vm'
const __dirname = dirname(fileURLToPath(import.meta.url))
const snapshotPath = join(__dirname, '../lib/baretop-snapshot.js')
const helpersPath = join(__dirname, '../lib/baretop-ui-helpers.js')
const tuiPath = join(__dirname, '../lib/baretop-tui.js')
const snapshotPath = join(__dirname, '../lib/baretop/baretop-snapshot.js')
const helpersPath = join(__dirname, '../lib/baretop/baretop-ui-helpers.js')
const tuiPath = join(__dirname, '../lib/baretop/baretop-tui.js')
test('baretop snapshot supports extended missing-signal hints', async (t) => {
const src = await readFile(snapshotPath, 'utf8')