diff options
Diffstat (limited to 'flags/tests/stop_early.ts')
| -rwxr-xr-x | flags/tests/stop_early.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/tests/stop_early.ts b/flags/tests/stop_early.ts index 62725e6cf..ca64bf97e 100755 --- a/flags/tests/stop_early.ts +++ b/flags/tests/stop_early.ts @@ -1,4 +1,4 @@ -import { test, assertEqual } from "https://deno.land/x/testing/testing.ts"; +import { test, assertEqual } from "../../testing/mod.ts"; import { parse } from "../index.ts"; // stops parsing on the first non-option when stopEarly is set |
