From 485fade0b6910e29557c6627d37985b47735bf8e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sun, 5 Nov 2023 14:27:36 -0700 Subject: chore: migrate to new deno_core and metrics (#21057) - Uses the new OpMetrics system for sync and async calls - Partial revert of #21048 as we moved Array.fromAsync upstream to deno_core --- cli/tests/integration/js_unit_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/integration/js_unit_tests.rs') diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 863776aa2..33d79236c 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -53,7 +53,6 @@ util::unit_test_factory!( link_test, make_temp_test, message_channel_test, - metrics_test, mkdir_test, navigator_test, net_test, -- cgit v1.2.3