summaryrefslogtreecommitdiff
path: root/ws
diff options
context:
space:
mode:
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";