1
0
Fork 0
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:
Feng Yu 2021-10-10 21:24:03 +08:00 committed by GitHub
parent 76de56091b
commit ffea0f198c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,6 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { import { assert } from "../../../test_util/std/testing/asserts.ts";
assert,
assertEquals,
} from "../../../test_util/std/testing/asserts.ts";
import * as colors from "../../../test_util/std/fmt/colors.ts"; import * as colors from "../../../test_util/std/fmt/colors.ts";
export { colors }; export { colors };
import { resolve } from "../../../test_util/std/path/mod.ts"; import { resolve } from "../../../test_util/std/path/mod.ts";