diff options
Diffstat (limited to 'flags/tests/parse.ts')
-rw-r--r-- | flags/tests/parse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/parse.ts b/flags/tests/parse.ts index 30551f875..263335761 100644 --- a/flags/tests/parse.ts +++ b/flags/tests/parse.ts @@ -1,5 +1,5 @@ import { test, assertEqual } from "../../testing/mod.ts"; -import { parse } from "../index.ts"; +import { parse } from "../mod.ts"; test(function _arseArgs() { assertEqual(parse(["--no-moo"]), { moo: false, _: [] }); |