Orginize
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user