summaryrefslogtreecommitdiff
path: root/ws/test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-08-15 02:04:56 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-08-14 20:04:56 -0400
commit4ce2a321c8da5326901316a5787f0968dbb7b3b2 (patch)
treeadd35f03278bc50390ec1c905b0de0387b1e1b9f /ws/test.ts
parentd928c0ca31d6ec8533d5fab5d084ad3708f63ad5 (diff)
feat: test runner (denoland/deno_std#516)
Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67
Diffstat (limited to 'ws/test.ts')
-rw-r--r--ws/test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ws/test.ts b/ws/test.ts
index e14af1d55..b8eb42803 100644
--- a/ws/test.ts
+++ b/ws/test.ts
@@ -1,5 +1,4 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import "./sha1_test.ts";
import { BufReader } from "../io/bufio.ts";
import { assert, assertEquals } from "../testing/asserts.ts";
import { runIfMain, test } from "../testing/mod.ts";