Orginize
This commit is contained in:
@@ -2,7 +2,7 @@ import test from 'brittle'
|
||||
import { readFileSync } from 'node:fs'
|
||||
import vm from 'node:vm'
|
||||
|
||||
const SRC = readFileSync(new URL('../lib/agent-models.js', import.meta.url), 'utf8')
|
||||
const SRC = readFileSync(new URL('../lib/agent/agent-models.js', import.meta.url), 'utf8')
|
||||
|
||||
function load() {
|
||||
const sandbox = { console }
|
||||
|
||||
Reference in New Issue
Block a user