diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-09-09 21:33:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 21:33:38 +0200 |
commit | a3bcdb2b69bdaa9b616df6db07f1c88c8b578fb2 (patch) | |
tree | 6a7732bdcf683e25dc4b4af4946ff4f58b432e3b /std/ws/example_test.ts | |
parent | 0d126930cab8167f42ad8607faa202b30b42c680 (diff) |
chore(std): remove std/ws connect method (#7403)
Diffstat (limited to 'std/ws/example_test.ts')
-rw-r--r-- | std/ws/example_test.ts | 1 |
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"; |