summaryrefslogtreecommitdiff
path: root/std/ws/example_test.ts
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-09-09 21:33:38 +0200
committerGitHub <noreply@github.com>2020-09-09 21:33:38 +0200
commita3bcdb2b69bdaa9b616df6db07f1c88c8b578fb2 (patch)
tree6a7732bdcf683e25dc4b4af4946ff4f58b432e3b /std/ws/example_test.ts
parent0d126930cab8167f42ad8607faa202b30b42c680 (diff)
chore(std): remove std/ws connect method (#7403)
Diffstat (limited to 'std/ws/example_test.ts')
-rw-r--r--std/ws/example_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/ws/example_test.ts b/std/ws/example_test.ts
index 7e68dc38b..2fcea5506 100644
--- a/std/ws/example_test.ts
+++ b/std/ws/example_test.ts
@@ -1,2 +1 @@
-import "./example_client.ts";
import "./example_server.ts";