From 7a0670a9512981cee18d1960db46a3b57844595d Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 22 Sep 2018 00:59:26 -0700 Subject: Implement deno.trace() (#795) --- js/unit_tests.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/unit_tests.ts') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 9b85cf3ec..5c32f710f 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -16,3 +16,4 @@ import "./timers_test.ts"; import "./symlink_test.ts"; import "./platform_test.ts"; import "./text_encoding_test.ts"; +import "./trace_test.ts"; -- cgit v1.2.3