diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-22 00:59:26 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 03:59:26 -0400 |
commit | 7a0670a9512981cee18d1960db46a3b57844595d (patch) | |
tree | cfec94c96d7b46365a18b627eeffbe07068a727b /js/unit_tests.ts | |
parent | 8e958d3ad68e610061e82fb9f456eab79330633e (diff) |
Implement deno.trace() (#795)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |