diff options
Diffstat (limited to 'core/runtime/ops.rs')
-rw-r--r-- | core/runtime/ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/runtime/ops.rs b/core/runtime/ops.rs index 85708b24b..76a29c5c3 100644 --- a/core/runtime/ops.rs +++ b/core/runtime/ops.rs @@ -235,7 +235,7 @@ mod tests { f: impl FnOnce(Result<&v8::Value, anyhow::Error>, &mut v8::HandleScope), ) { let mut runtime = JsRuntime::new(RuntimeOptions { - extensions: vec![testing::init_ops_and_esm()], + extensions: vec![testing::init_ext()], ..Default::default() }); let value: Result<v8::Global<v8::Value>, anyhow::Error> = runtime |