Skip to content

Commit

Permalink
Update test_util.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Apr 5, 2020
1 parent 9bf91e8 commit 0539d88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/js/tests/test_util.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

import { assert, assertEquals } from "../../../std/testing/asserts.ts";
import { assertEquals } from "../../../std/testing/asserts.ts";
import { assert } from "../util.ts";
export {
assert,
assertThrows,
assertEquals,
assertMatch,
Expand All @@ -12,6 +12,7 @@ export {
unreachable,
fail,
} from "../../../std/testing/asserts.ts";
export { assert };
export { readLines } from "../../../std/io/bufio.ts";
export { parse as parseArgs } from "../../../std/flags/mod.ts";

Expand Down

0 comments on commit 0539d88

Please sign in to comment.