diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-02-05 08:23:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 09:23:23 +0100 |
commit | a04e7270cdebb188ce5a1f779c5d2d56016a3f49 (patch) | |
tree | e4e16a8a3bba3f2311505b85fe67ebaff83557fc /cli/js/unit_tests.ts | |
parent | 55ea8546719579099a89132a5567919fd81742e9 (diff) |
fix: Validate all tests included in unit_tests.ts (#3879)
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 5aee5e91f..992169e55 100644 --- a/cli/js/unit_tests.ts +++ b/cli/js/unit_tests.ts @@ -14,6 +14,7 @@ import "./console_test.ts"; import "./copy_file_test.ts"; import "./custom_event_test.ts"; import "./dir_test.ts"; +import "./dispatch_minimal_test.ts"; import "./dispatch_json_test.ts"; import "./error_stack_test.ts"; import "./event_test.ts"; |