Orginize
This commit is contained in:
@@ -5,8 +5,8 @@ import { fileURLToPath } from 'node:url'
|
||||
import { createContext, runInContext } from 'node:vm'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
const helpersPath = join(__dirname, '../lib/baretop-ui-helpers.js')
|
||||
const composePath = join(__dirname, '../lib/baretop-compose.js')
|
||||
const helpersPath = join(__dirname, '../lib/baretop/baretop-ui-helpers.js')
|
||||
const composePath = join(__dirname, '../lib/baretop/baretop-compose.js')
|
||||
const fixturePath = join(__dirname, 'fixtures/baretop-process-table.json')
|
||||
|
||||
test('bareTopComposeSmokeTestFrame golden lines', async (t) => {
|
||||
|
||||
Reference in New Issue
Block a user