From a6e164441c2f201d53863cae5fd7fdd68adf6fb7 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 8 Feb 2019 20:23:51 +0300 Subject: Clean up tests (denoland/deno_std#176) Original: https://github.com/denoland/deno_std/commit/f2d23f8fcd3970a71d33d6cf6447a06ffcc12864 --- ws/test.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ws/test.ts') 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"; -- cgit v1.2.3