mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
typo (#6937)
This commit is contained in:
parent
39693094f1
commit
e9d713c007
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Example of test:
|
|||
import { assertEquals } from "https://deno.land/std@$STD_VERSION/testing/asserts.ts";
|
||||
import { foo } from "./mod.ts";
|
||||
|
||||
Deno.test("myTestFunction" function() {
|
||||
Deno.test("myTestFunction", function () {
|
||||
assertEquals(foo(), { bar: "bar" });
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue