diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-06 00:26:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 00:26:36 +0100 |
commit | b94dabdb8175e065ec298e4660cc41703148424c (patch) | |
tree | fc1185eb12c62fe1fce1c89799f6d84d11deebc5 /cli/tests/unit/ops_test.ts | |
parent | 2c621f5894b727cff4f2b0e7d045d9b579add3ed (diff) |
refactor: don't expose ops to user code (#22273)
Brings the number of ops exposed to user code down to 58.
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 |