diff options
author | Yusuke Sakurai <kerokerokerop@gmail.com> | 2020-06-05 04:13:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 15:13:33 -0400 |
commit | 430beebc46be1dc87a993c2f7442c5c22076f458 (patch) | |
tree | 60b85b392aebfb3b4a1405b62a6fa1b3a1196147 /std/ws/example_test.ts | |
parent | a04166e9fa87450dfa910afeaf0c1dad988f3988 (diff) |
doc: Improved ws example and README (#5636)
Diffstat (limited to 'std/ws/example_test.ts')
-rw-r--r-- | std/ws/example_test.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/ws/example_test.ts b/std/ws/example_test.ts new file mode 100644 index 000000000..7e68dc38b --- /dev/null +++ b/std/ws/example_test.ts @@ -0,0 +1,2 @@ +import "./example_client.ts"; +import "./example_server.ts"; |