diff options
Diffstat (limited to 'std/testing')
-rw-r--r-- | std/testing/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/testing/README.md b/std/testing/README.md index c7c614103..711aa0257 100644 --- a/std/testing/README.md +++ b/std/testing/README.md @@ -46,8 +46,6 @@ Deno.test({ assertEquals({ hello: "world" }, { hello: "world" }); }, }); - -await Deno.runTests(); ``` Short syntax (named function instead of object): |