diff options
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r-- | cli/tools/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs index dc48ab9e5..2daea8aec 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -936,7 +936,7 @@ pub async fn test_specifier( .create_custom_worker( specifier.clone(), PermissionsContainer::new(permissions), - vec![ops::testing::deno_test::init_ops(sender.clone())], + vec![ops::testing::deno_test::init_ext(sender.clone())], Stdio { stdin: StdioPipe::Inherit, stdout, |