Orginize
This commit is contained in:
@@ -2,9 +2,9 @@ import test from 'brittle'
|
||||
import { readFileSync } from 'node:fs'
|
||||
import vm from 'node:vm'
|
||||
|
||||
const STATE_SRC = readFileSync(new URL('../lib/agent-state.js', import.meta.url), 'utf8')
|
||||
const STATE_SRC = readFileSync(new URL('../lib/agent/agent-state.js', import.meta.url), 'utf8')
|
||||
const COMPACT_SRC = readFileSync(
|
||||
new URL('../lib/agent-compact.js', import.meta.url),
|
||||
new URL('../lib/agent/agent-compact.js', import.meta.url),
|
||||
'utf8'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user