diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-06 02:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 02:47:10 +0100 |
commit | 28576db10ed1b06e2c68a645cff8027e93dd76dd (patch) | |
tree | 57f2550cc3b6301e3ef45907dbbd7c206dd2e92b /cli/tests/unit/ops_test.ts | |
parent | 1fd4b46dd05cacde08ec2d8575b35512ccfa5d63 (diff) |
refactor: don't expose some ops (#22281)
This commit brings down the number of ops exposed to user
code to 51.
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 a1cee04f4..71b66f312 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 = 58; +const EXPECTED_OP_COUNT = 51; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol |