diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-18 10:40:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 10:40:39 +1100 |
commit | 2077864a8deca240fbbd43758e30977cc881e110 (patch) | |
tree | 67e93e98597df9c6bc9001900071be963ede49c3 /cli/tests/unit/unit_tests.ts | |
parent | 81d73f2987c65463c0f2653f31d3d29d8db1986c (diff) |
fix(op_crate/fetch): add back ReadableStream.getIterator and deprecate (#9146)
Diffstat (limited to 'cli/tests/unit/unit_tests.ts')
-rw-r--r-- | cli/tests/unit/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit/unit_tests.ts b/cli/tests/unit/unit_tests.ts index 69eaac3ed..8af28c1bb 100644 --- a/cli/tests/unit/unit_tests.ts +++ b/cli/tests/unit/unit_tests.ts @@ -57,6 +57,7 @@ import "./response_test.ts"; import "./signal_test.ts"; import "./stat_test.ts"; import "./stdio_test.ts"; +import "./streams_deprecated.ts"; import "./symlink_test.ts"; import "./sync_test.ts"; import "./text_encoding_test.ts"; |