0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/flags/test.ts
2018-12-19 13:06:31 -05:00

13 lines
372 B
TypeScript

import "./tests/all_bool.ts";
import "./tests/bool.ts";
import "./tests/dash.ts";
import "./tests/default_bool.ts";
import "./tests/dotted.ts";
import "./tests/kv_short.ts";
import "./tests/long.ts";
import "./tests/num.ts";
import "./tests/parse.ts";
import "./tests/short.ts";
import "./tests/stop_early.ts";
import "./tests/unknown.ts";
import "./tests/whitespace.ts";