Orginize
This commit is contained in:
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url'
|
||||
import { createContext, runInContext } from 'node:vm'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
const tuiPath = join(__dirname, '../lib/baretop-tui.js')
|
||||
const tuiPath = join(__dirname, '../lib/baretop/baretop-tui.js')
|
||||
|
||||
test('bareTopModalSleepMs prioritizes buffered input', async (t) => {
|
||||
const src = await readFile(tuiPath, 'utf8')
|
||||
|
||||
Reference in New Issue
Block a user