mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
parent
3e9c7918c9
commit
6fdf92d1ab
1 changed files with 0 additions and 9 deletions
|
@ -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();
|
Loading…
Reference in a new issue