From a18e51fd61203067f9b4e58705545aa0b5fce537 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 8 Nov 2018 10:38:20 -0800 Subject: build: Use target/ instead of out/ (#1153) --- js/unit_tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 69a14185c..57bd554d5 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -1,7 +1,7 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. // This test is executed as part of tools/test.py -// But it can also be run manually: ./out/debug/deno js/unit_tests.ts +// But it can also be run manually: ./target/debug/deno js/unit_tests.ts import "../website/app_test.js"; import "./blob_test.ts"; import "./buffer_test.ts"; -- cgit v1.2.3