diff options
Diffstat (limited to 'js/location_test.ts')
-rw-r--r-- | js/location_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/location_test.ts b/js/location_test.ts index 2302c32ed..c8daab16d 100644 --- a/js/location_test.ts +++ b/js/location_test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assert } from "./test_util.ts"; -test(function locationBasic() { +test(function locationBasic(): void { // location example: file:///Users/rld/src/deno/js/unit_tests.ts console.log("location", window.location.toString()); assert(window.location.toString().endsWith("unit_tests.ts")); |