summaryrefslogtreecommitdiff
path: root/testing/main.ts
blob: 077d662ee5219acec32ef5c5bf49bd6d9f422c85 (plain)
1
2
3
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { runTests } from "./mod.ts";
runTests();