mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Decouple ts_library_builder from std/testing (#1749)
This commit is contained in:
parent
677a48781d
commit
f29c40a433
3 changed files with 55 additions and 53 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue