diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-11-05 14:27:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 14:27:36 -0700 |
commit | 485fade0b6910e29557c6627d37985b47735bf8e (patch) | |
tree | 0f6c97c135c8a92226caecb363effe7eabf47936 /cli/tests/testdata | |
parent | 4530cd5f0d5e6acdbbb11a60eac711d47f274d3f (diff) |
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
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/run/future_check.ts | 1 | ||||
-rw-r--r-- | cli/tests/testdata/run/future_check2.out | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/run/future_check.ts b/cli/tests/testdata/run/future_check.ts deleted file mode 100644 index 4d41fe06a..000000000 --- a/cli/tests/testdata/run/future_check.ts +++ /dev/null @@ -1 +0,0 @@ -Deno.metrics(); diff --git a/cli/tests/testdata/run/future_check2.out b/cli/tests/testdata/run/future_check2.out deleted file mode 100644 index c626a5485..000000000 --- a/cli/tests/testdata/run/future_check2.out +++ /dev/null @@ -1 +0,0 @@ -Check [WILDCARD]/future_check.ts |