diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2019-08-27 16:33:39 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-27 11:33:39 -0400 |
commit | b6a4ec7d163810d52750f04ec2073b13f8943991 (patch) | |
tree | 5ad6f92fe6ec3b859e0c50274e28894f312ea7dd /js/unit_tests.ts | |
parent | 725eb9810590e8237df68ec5580daaf0fa77e7d3 (diff) |
Improve error stacks for async ops (#2820)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index b55c1954a..711a092fd 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -13,6 +13,7 @@ import "./console_test.ts"; import "./copy_file_test.ts"; import "./custom_event_test.ts"; import "./dir_test.ts"; +import "./dispatch_json_test.ts"; import "./error_stack_test.ts"; import "./event_test.ts"; import "./event_target_test.ts"; |