diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-19 13:50:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-19 13:50:48 -0500 |
| commit | 3542f2de0cecdbcf07d3bea3de6439e6a87376df (patch) | |
| tree | 53c39ae3456fa8d6a360485378e8d82949b09e9a /test.ts | |
| parent | ecde6a4c503584aa712f40e70c8e1aa78959e110 (diff) | |
Add examples/ directory (denoland/deno_std#28)
Previously https://github.com/denoland/deno_examples
Original: https://github.com/denoland/deno_std/commit/14be9a0e82d1b54d5b0f04291d9154d1d7da29f7
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ import "flags/test.ts"; import "net/bufio_test.ts"; import "net/http_test.ts"; import "net/textproto_test.ts"; +import "examples/test.ts"; import { runTests, completePromise } from "net/file_server_test.ts"; // logging tests |
