Fix tests

This commit is contained in:
Zef Hemel
2022-10-11 11:43:28 +02:00
parent 09ac3ea36a
commit 9dd94c5397
5 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class DenoWorkerWrapper implements WorkerLike {
}
}
export function sanboxFactory(
export function sandboxFactory(
assetBundle: AssetBundle,
): (plug: Plug<any>) => Sandbox {
return (plug: Plug<any>) => {