summaryrefslogtreecommitdiff
path: root/cli/tests/unit/progressevent_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/progressevent_test.ts')
-rw-r--r--cli/tests/unit/progressevent_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/progressevent_test.ts b/cli/tests/unit/progressevent_test.ts
index 6f165de2c..4d6b4c08f 100644
--- a/cli/tests/unit/progressevent_test.ts
+++ b/cli/tests/unit/progressevent_test.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { assertEquals, unitTest } from "./test_util.ts";
-unitTest(function progressEventConstruct(): void {
+unitTest(function progressEventConstruct() {
const progressEventDefs = new ProgressEvent("progressEventType", {});
assertEquals(progressEventDefs.lengthComputable, false);
assertEquals(progressEventDefs.loaded, 0);