From 4ce2a321c8da5326901316a5787f0968dbb7b3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 15 Aug 2019 02:04:56 +0200 Subject: feat: test runner (denoland/deno_std#516) Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67 --- ws/test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ws') 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"; -- cgit v1.2.3