summaryrefslogtreecommitdiff
path: root/tools/ts_library_builder/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ts_library_builder/test.ts')
-rw-r--r--tools/ts_library_builder/test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ts_library_builder/test.ts b/tools/ts_library_builder/test.ts
index 74d7b05f1..a60c7cb05 100644
--- a/tools/ts_library_builder/test.ts
+++ b/tools/ts_library_builder/test.ts
@@ -7,6 +7,7 @@ import { Project, ts } from "ts-simple-ast";
import {
assert,
assertEqual,
+ runTests,
test
} from "../../js/deps/https/deno.land/x/std/testing/mod";
import { flatten, mergeGlobal } from "./build_library";
@@ -167,3 +168,5 @@ test(function buildLibraryMerge() {
});
// TODO author unit tests for `ast_util.ts`
+
+runTests();