mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
test: remove duplicate import (#12374)
This commit is contained in:
parent
76de56091b
commit
ffea0f198c
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
import {
|
||||
assert,
|
||||
assertEquals,
|
||||
} from "../../../test_util/std/testing/asserts.ts";
|
||||
import { assert } from "../../../test_util/std/testing/asserts.ts";
|
||||
import * as colors from "../../../test_util/std/fmt/colors.ts";
|
||||
export { colors };
|
||||
import { resolve } from "../../../test_util/std/path/mod.ts";
|
||||
|
|
Loading…
Reference in a new issue