diff options
Diffstat (limited to 'cli/tests/unit/build_test.ts')
-rw-r--r-- | cli/tests/unit/build_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/build_test.ts b/cli/tests/unit/build_test.ts index 987ed8d39..9a7e66f6c 100644 --- a/cli/tests/unit/build_test.ts +++ b/cli/tests/unit/build_test.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { unitTest, assert } from "./test_util.ts"; +import { assert, unitTest } from "./test_util.ts"; unitTest(function buildInfo(): void { // Deno.build is injected by rollup at compile time. Here |