Orginize
This commit is contained in:
@@ -11,8 +11,8 @@ const largeProcessTableFixture = join(
|
||||
__dirname,
|
||||
'fixtures/baretop-large-process-table.json'
|
||||
)
|
||||
const helpersPath = join(__dirname, '../lib/baretop-ui-helpers.js')
|
||||
const snapPath = join(__dirname, '../lib/baretop-snapshot.js')
|
||||
const helpersPath = join(__dirname, '../lib/baretop/baretop-ui-helpers.js')
|
||||
const snapPath = join(__dirname, '../lib/baretop/baretop-snapshot.js')
|
||||
|
||||
test('fixture metrics_live-shaped JSON parses with expected keys', async (t) => {
|
||||
const raw = await readFile(fixturePath, 'utf8')
|
||||
|
||||
Reference in New Issue
Block a user