From d2d5b6ac8e25bc2046b1960b9a1d22e219299cb9 Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Sun, 14 Apr 2019 16:53:19 +0200 Subject: Fix eslint warnings and small clean ups (denoland/deno_std#339) Original: https://github.com/denoland/deno_std/commit/95ab4e2a3c8ac5fd7a1175567848ba7c2161b9e3 --- testing/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/main.ts b/testing/main.ts index 64d7e597e..838266f4b 100644 --- a/testing/main.ts +++ b/testing/main.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { runTests } from "./mod.ts"; -async function main() { +async function main(): Promise { // Testing entire test suite serially await runTests(); } -- cgit v1.2.3