diff options
Diffstat (limited to 'docs/testing.md')
-rw-r--r-- | docs/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.md b/docs/testing.md index f92f5fadd..fcf6a3c1d 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -32,8 +32,8 @@ https://deno.land/std@$STD_VERSION/testing#usage to make testing easier: ```ts import { - assertEquals, assertArrayContains, + assertEquals, } from "https://deno.land/std@$STD_VERSION/testing/asserts.ts"; Deno.test("hello world", () => { |