summaryrefslogtreecommitdiff
path: root/cli/tests/unit/test_util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/test_util.ts')
-rw-r--r--cli/tests/unit/test_util.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/unit/test_util.ts b/cli/tests/unit/test_util.ts
index 865b6e061..746eb2c17 100644
--- a/cli/tests/unit/test_util.ts
+++ b/cli/tests/unit/test_util.ts
@@ -6,15 +6,15 @@ export { colors };
import { resolve } from "../../../std/path/mod.ts";
export {
assert,
- assertThrows,
- assertThrowsAsync,
assertEquals,
assertMatch,
assertNotEquals,
assertStrictEquals,
assertStringContains,
- unreachable,
+ assertThrows,
+ assertThrowsAsync,
fail,
+ unreachable,
} from "../../../std/testing/asserts.ts";
export { readLines } from "../../../std/io/bufio.ts";
export { parse as parseArgs } from "../../../std/flags/mod.ts";