diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-04 20:10:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 12:10:24 -0700 |
commit | 07a94984e1e3ca24dcaf114ac5ff82c8c3510894 (patch) | |
tree | f3b7bcf576778c6086b3213613464941296d6f48 /cli/tests/integration/js_unit_tests.rs | |
parent | a284f50732259c84cfb13216fecd979cfc957e1a (diff) |
chore: remove opcall_test.ts (#22227)
This test should be in `deno_core`.
Ref https://github.com/denoland/deno_core/issues/533
Diffstat (limited to 'cli/tests/integration/js_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/js_unit_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 15d377aaa..00e26cc91 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -59,7 +59,6 @@ util::unit_test_factory!( navigator_test, net_test, network_interfaces_test, - opcall_test, os_test, ops_test, path_from_url_test, |