summaryrefslogtreecommitdiff
path: root/ws
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-02-08 20:23:51 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-02-08 12:23:51 -0500
commita6e164441c2f201d53863cae5fd7fdd68adf6fb7 (patch)
tree993e470f4a6d5385783e5a9d59784ab63324a366 /ws
parentf113312ef22846ed6414f53de3acf4ce27eff40a (diff)
Clean up tests (denoland/deno_std#176)
Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864
Diffstat (limited to 'ws')
-rw-r--r--ws/test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ws/test.ts b/ws/test.ts
index 252d8775b..6a78d9fe0 100644
--- a/ws/test.ts
+++ b/ws/test.ts
@@ -1,4 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import "./sha1_test.ts";
+
import { Buffer } from "deno";
import { BufReader } from "../io/bufio.ts";
import { test, assert, assertEqual } from "../testing/mod.ts";