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