0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/test.ts
2019-02-08 12:23:51 -05:00

18 lines
534 B
TypeScript
Executable file

#!/usr/bin/env deno --allow-run --allow-net --allow-write
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "colors/test.ts";
import "datetime/test.ts";
import "examples/test.ts";
import "flags/test.ts";
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";
import "testing/test.ts";
import "textproto/test.ts";
import "ws/test.ts";
import "testing/main.ts";