From 2460689b1a9582ef6ab8c5fa429e281c88bc14d1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 20 Jul 2020 19:49:57 -0400 Subject: Remove deno_typescript (#6813) --- cli/tests/unit/README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/tests') 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. -- cgit v1.2.3