diff options
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/test.py b/tools/test.py index 51f31fbf4..9e43dca3e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -60,6 +60,11 @@ def main(argv): check_exists(deno_exe) # Internal tools testing + run([ + "node", "./node_modules/.bin/ts-node", "--project", + "tools/ts_library_builder/tsconfig.json", + "tools/ts_library_builder/test.ts" + ]) setup_test() util_test() benchmark_test(build_dir, deno_exe) |