diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-02-25 06:48:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 14:48:14 -0500 |
commit | 2b7e28b591a6947f76ddf9a53f49eec8f1accc0f (patch) | |
tree | cfa8f32e1e5171642fc916d77a397937e901fc48 /cli/js/unit_tests.ts | |
parent | 5da7c7df1d8649ddb5628b4dc830aa8c23ccb488 (diff) |
feat: Add Deno.formatDiagnostics (#4032)
Diffstat (limited to 'cli/js/unit_tests.ts')
-rw-r--r-- | cli/js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/unit_tests.ts b/cli/js/unit_tests.ts index ec4505c21..1c8237466 100644 --- a/cli/js/unit_tests.ts +++ b/cli/js/unit_tests.ts @@ -23,6 +23,7 @@ import "./fetch_test.ts"; import "./file_test.ts"; import "./files_test.ts"; import "./form_data_test.ts"; +import "./format_error_test.ts"; import "./fs_events_test.ts"; import "./get_random_values_test.ts"; import "./globals_test.ts"; |