Skip to content

Commit

Permalink
Add testing/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jan 18, 2019
1 parent 5a81422 commit 3955701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ import "textproto/test.ts";
import "ws/sha1_test.ts";
import "ws/test.ts";

import { runTests } from "testing/mod.ts";
runTests();
import "testing/main.ts";
3 changes: 3 additions & 0 deletions testing/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { runTests } from "mod.ts";
runTests();

0 comments on commit 3955701

Please sign in to comment.