diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-23 22:43:43 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 04:43:43 -0700 |
commit | c0492ef061afd5af2044d5952432d223615841a7 (patch) | |
tree | f7c0c30e4fd25868b4d3f8e1913d04a655cebc2a /js/unit_tests.ts | |
parent | de85f9443598ba5a75102be77f6f27a5cf0c0a9a (diff) |
Make Headers more idiomatic (#1062)
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 35cffc767..f4b1e8139 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -29,4 +29,4 @@ import "./v8_source_maps_test.ts"; import "../website/app_test.js"; import "./metrics_test.ts"; import "./url_search_params_test.ts"; -import "./util_test.ts"; +import "./mixins/dom_iterable_test.ts"; |