diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-07 04:44:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 04:44:51 +0100 |
commit | 6c15dc3f061b1d3a5b014fdbf79686ce60c605d4 (patch) | |
tree | 0b2e93001ab0e64d456727a2e1a527864b8667b3 /cli/tests/unit/ops_test.ts | |
parent | edab1bb92735de0d62b4cd7f46d067da92b990a0 (diff) |
chore: remove op_spawn_child test (#22314)
This test is not needed because the op is not available to user code
anymore.
This brings number of ops exposed to user code down to 15.
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 aca0d655a..4a0daa0a5 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 = 16; +const EXPECTED_OP_COUNT = 15; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol |