diff options
Diffstat (limited to 'js/version_test.ts')
| -rw-r--r-- | js/version_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/version_test.ts b/js/version_test.ts index d3d1bc3df..7cc7bd404 100644 --- a/js/version_test.ts +++ b/js/version_test.ts @@ -1,6 +1,6 @@ import { test, assert } from "./test_util.ts"; -test(function version() { +test(function version(): void { const pattern = /^\d+\.\d+\.\d+$/; assert(pattern.test(Deno.version.deno)); assert(pattern.test(Deno.version.v8)); |
