1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 02:48:52 -05:00
denoland-deno/test.ts

19 lines
499 B
TypeScript
Raw Normal View History

2019-02-09 15:41:05 -05:00
#!/usr/bin/env deno -A
2019-02-07 19:45:47 +03:00
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
2019-01-11 12:18:21 +11:00
import "colors/test.ts";
2019-01-03 18:19:20 +03:00
import "datetime/test.ts";
2019-01-01 22:46:17 -05:00
import "examples/test.ts";
2018-12-19 19:06:31 +01:00
import "flags/test.ts";
2019-02-08 20:23:51 +03:00
import "fs/path/test.ts";
import "io/test.ts";
import "http/server_test.ts";
import "http/file_server_test.ts";
import "log/test.ts";
import "media_types/test.ts";
import "prettier/main_test.ts";
2019-01-01 22:46:17 -05:00
import "testing/test.ts";
import "textproto/test.ts";
import "ws/test.ts";
import "testing/main.ts";