diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-08-15 02:04:56 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-14 20:04:56 -0400 |
commit | 4ce2a321c8da5326901316a5787f0968dbb7b3b2 (patch) | |
tree | add35f03278bc50390ec1c905b0de0387b1e1b9f /testing/test.ts | |
parent | d928c0ca31d6ec8533d5fab5d084ad3708f63ad5 (diff) |
feat: test runner (denoland/deno_std#516)
Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67
Diffstat (limited to 'testing/test.ts')
-rw-r--r-- | testing/test.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/test.ts b/testing/test.ts index 3a35be1e9..93233f7cc 100644 --- a/testing/test.ts +++ b/testing/test.ts @@ -7,10 +7,6 @@ import { assertThrows, assertThrowsAsync } from "./asserts.ts"; -import "./format_test.ts"; -import "./diff_test.ts"; -import "./asserts_test.ts"; -import "./bench_test.ts"; test(function testingAssertEqualActualUncoercable(): void { let didThrow = false; |