0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00

Remove //testing/main.ts (denoland/deno_std#605)

Original: e3a33a79e6
This commit is contained in:
Nayeem Rahman 2019-09-21 19:32:15 +01:00 committed by Ryan Dahl
parent 3e9c7918c9
commit 6fdf92d1ab

View file

@ -1,9 +0,0 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { runTests } from "./mod.ts";
async function main(): Promise<void> {
// Testing entire test suite serially
await runTests();
}
main();