diff options
| author | chiefbiiko <noah.anabiik.schwarz@gmail.com> | 2019-03-04 20:19:03 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-04 14:19:03 -0500 |
| commit | ce7a987009aed294d336dc420b72743ecd51db89 (patch) | |
| tree | 88bbe6b54b162f725b985c957537e3a13a42c555 /testing/format_test.ts | |
| parent | 2bbde0c226d220307e46cc74e414320ac74aeddd (diff) | |
feat: parallel testing (denoland/deno_std#224)
Original: https://github.com/denoland/deno_std/commit/41bdd096f0b300056c58a04392d109bf11c1ce8e
Diffstat (limited to 'testing/format_test.ts')
| -rw-r--r-- | testing/format_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/format_test.ts b/testing/format_test.ts index a07426046..3e6da4480 100644 --- a/testing/format_test.ts +++ b/testing/format_test.ts @@ -56,7 +56,7 @@ test({ }); test({ - name: "prints empty arguments", + name: "prints an empty array", fn() { const val: any[] = []; assertEqual(format(val), "Array []"); |
