diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-03-06 13:54:58 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-06 16:54:58 -0500 |
commit | de1a10e5f7afe793a66b2349642ea135fc066104 (patch) | |
tree | 3d91d82a62808f744fc189705110a50d7d8d478e /js/unit_tests.ts | |
parent | 91364cabae8687e7620edac406b43cb40cb55878 (diff) |
Reorganize version and platform into Deno.build and Deno.version (#1879)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index a82ffb36c..e013de04e 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -5,6 +5,7 @@ import "./blob_test.ts"; import "./buffer_test.ts"; +import "./build_test.ts"; import "./chmod_test.ts"; // TODO find a way to test the compiler with split snapshots // import "./compiler_test.ts"; @@ -29,7 +30,6 @@ import "./mixins/dom_iterable_test.ts"; import "./mkdir_test.ts"; import "./net_test.ts"; import "./os_test.ts"; -import "./platform_test.ts"; import "./process_test.ts"; import "./read_dir_test.ts"; import "./read_file_test.ts"; |