Decouple ts_library_builder from std/testing (#1749)

This commit is contained in:
Ryan Dahl 2019-02-12 15:22:43 -05:00 committed by GitHub
parent 677a48781d
commit f29c40a433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 53 deletions

View file

@ -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: