From b81e5db17aa8b3088d6034ddf86b79c69410f012 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Oct 2019 20:28:51 -0400 Subject: Merge deno_cli_snapshots into deno_cli (#3064) --- website/app_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/app_test.ts b/website/app_test.ts index 12ac92dd6..ebc8699f6 100644 --- a/website/app_test.ts +++ b/website/app_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { test, assertEquals } from "../js/test_util.ts"; +import { test, assertEquals } from "../cli/js/test_util.ts"; import { runIfMain } from "../std/testing/mod.ts"; import { BenchmarkRun, -- cgit v1.2.3