summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-20 19:49:57 -0400
committerGitHub <noreply@github.com>2020-07-20 19:49:57 -0400
commit2460689b1a9582ef6ab8c5fa429e281c88bc14d1 (patch)
treec6e8f7b8fda45004c0321eb2ac88a5bfb5905483 /cli/tests
parent903d28f872b90a800c64339dea058806cde0be67 (diff)
Remove deno_typescript (#6813)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/unit/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/unit/README.md b/cli/tests/unit/README.md
index 1546038c4..e15ad7080 100644
--- a/cli/tests/unit/README.md
+++ b/cli/tests/unit/README.md
@@ -2,9 +2,6 @@
Files in this directory are unit tests for Deno runtime.
-They are run under compiled Deno binary as opposed to files in `cli/js/` which
-are bundled and snapshotted using `deno_typescript` crate.
-
Testing Deno runtime code requires checking API under different runtime
permissions (ie. running with different `--allow-*` flags). To accomplish this
all tests exercised are created using `unitTest()` function.