diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-31 18:11:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 18:11:37 -0500 |
commit | eff7a1484eae038624d398e276424fcdc43b79de (patch) | |
tree | ac9e47fbc0799b5f3e5a12e5e9035087dd9f150b /tools/ts_library_builder | |
parent | c7b53125c38c397737da9c17500640cc0670e482 (diff) |
Upgrade deno_std to bef7ba (#1609)
Diffstat (limited to 'tools/ts_library_builder')
-rw-r--r-- | tools/ts_library_builder/test.ts | 3 |
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(); |