diff options
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ import { run } from "deno"; // colors tests import "colors/main_test.ts"; +// flags tests +import "flags/test.ts"; + // net tests import "net/bufio_test.ts"; import "net/http_test.ts"; |
