diff options
Diffstat (limited to 'cli/tests/unit/ops_test.ts')
-rw-r--r-- | cli/tests/unit/ops_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/ops_test.ts b/cli/tests/unit/ops_test.ts index c3ffe3b4d..a1cee04f4 100644 --- a/cli/tests/unit/ops_test.ts +++ b/cli/tests/unit/ops_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -const EXPECTED_OP_COUNT = 158; +const EXPECTED_OP_COUNT = 58; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol |