1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Fix tests

This commit is contained in:
Adria Navarro 2024-02-06 10:49:11 +01:00
parent 6bc5bf5be1
commit 4df738acb7

View file

@ -7,8 +7,6 @@ import url from "url"
import crypto from "crypto"
import querystring from "querystring"
const helpersSource = require("./bundles/index-helpers.ivm.bundle.js")
class ExecutionTimeoutError extends Error {
constructor(message: string) {
super(message)
@ -76,6 +74,7 @@ export function init() {
})
)
const helpersSource = require("./bundles/index-helpers.ivm.bundle.js")
const helpersModule = jsIsolate.compileModuleSync(
`${injectedRequire};${helpersSource}`
)