mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
parent
02c3c97ddd
commit
2db683e47e
8 changed files with 80 additions and 5 deletions
5
test.ts
5
test.ts
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env deno --allow-run --allow-net
|
||||
#!/usr/bin/env deno --allow-run --allow-net --allow-write
|
||||
import { run } from "deno";
|
||||
|
||||
// colors tests
|
||||
|
@ -32,6 +32,9 @@ import "path/relative_test.ts";
|
|||
import "path/resolve_test.ts";
|
||||
import "path/zero_length_strings_test.ts";
|
||||
|
||||
// mkdirp tests
|
||||
import "mkdirp/test.ts";
|
||||
|
||||
// I am also too lazy to do this properly LOL
|
||||
runTests(new Promise(res => setTimeout(res, 5000)));
|
||||
(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue