mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
Reorgnanize repos, examples and tests (denoland/deno_std#105)
Original: c5e6e015b5
This commit is contained in:
parent
7d6a0f64f2
commit
f626b04ebe
44 changed files with 54 additions and 45 deletions
15
test.ts
15
test.ts
|
@ -5,11 +5,6 @@ import "colors/test.ts";
|
|||
import "datetime/test.ts";
|
||||
import "examples/test.ts";
|
||||
import "flags/test.ts";
|
||||
import "logging/test.ts";
|
||||
import "media_types/test.ts";
|
||||
import "net/bufio_test.ts";
|
||||
import "net/http_test.ts";
|
||||
import "net/textproto_test.ts";
|
||||
import "fs/mkdirp_test.ts";
|
||||
import "fs/path/basename_test.ts";
|
||||
import "fs/path/dirname_test.ts";
|
||||
|
@ -20,12 +15,18 @@ import "fs/path/parse_format_test.ts";
|
|||
import "fs/path/relative_test.ts";
|
||||
import "fs/path/resolve_test.ts";
|
||||
import "fs/path/zero_length_strings_test.ts";
|
||||
import "io/bufio_test.ts";
|
||||
import "http/http_test.ts";
|
||||
import "log/test.ts";
|
||||
import "media_types/test.ts";
|
||||
import "testing/test.ts";
|
||||
import "textproto/test.ts";
|
||||
import "ws/test.ts";
|
||||
|
||||
import { runTests, completePromise } from "net/file_server_test.ts";
|
||||
import { runTests, completePromise } from "http/file_server_test.ts";
|
||||
|
||||
const fileServer = run({
|
||||
args: ["deno", "--allow-net", "net/file_server.ts", ".", "--cors"]
|
||||
args: ["deno", "--allow-net", "http/file_server.ts", ".", "--cors"]
|
||||
});
|
||||
|
||||
runTests(new Promise(res => setTimeout(res, 5000)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue