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 composePath = join(__dirname, '../lib/baretop-compose.js')
|
||||
const composePath = join(__dirname, '../lib/baretop/baretop-compose.js')
|
||||
|
||||
test('incremental line-diff patch is smaller than full frame when one line changes', async (t) => {
|
||||
const compose = await readFile(composePath, 'utf8')
|
||||
|
||||
Reference in New Issue
Block a user