summaryrefslogtreecommitdiff
path: root/tools/unit_tests.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-12 15:22:43 -0500
committerGitHub <noreply@github.com>2019-02-12 15:22:43 -0500
commitf29c40a43306ae23c848231ba71c94b12a8b06ee (patch)
tree7c227cab52d2aac051b51a576dcaf9821893b983 /tools/unit_tests.py
parent677a48781d566cd6645ef0df8207fc8e4d888688 (diff)
Decouple ts_library_builder from std/testing (#1749)
Diffstat (limited to 'tools/unit_tests.py')
-rwxr-xr-xtools/unit_tests.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/unit_tests.py b/tools/unit_tests.py
index 32e100b8b..216fab81e 100755
--- a/tools/unit_tests.py
+++ b/tools/unit_tests.py
@@ -55,14 +55,6 @@ def unit_tests(deno_exe):
# TODO We might accidentally miss some. We should be smarter about which we
# run. Maybe we can use the "filtered out" number to check this.
- # These are not strictly unit tests for Deno, but for ts_library_builder.
- # They run under Node, but use the same //js/testing/ library.
- run_unit_test2([
- "node", "./node_modules/.bin/ts-node", "--project",
- "tools/ts_library_builder/tsconfig.json",
- "tools/ts_library_builder/test.ts"
- ])
-
if __name__ == '__main__':
if len(sys.argv) < 2: