mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
parent
e3e51313f6
commit
20aa0796e6
110 changed files with 115 additions and 184 deletions
|
@ -1,5 +1,5 @@
|
|||
import { addNumbers } from "./foo.ts";
|
||||
import { assertEquals } from "../../../../../test_util/std/testing/asserts.ts";
|
||||
import { assertEquals } from "../../../../../test_util/std/assert/mod.ts";
|
||||
|
||||
Deno.test("addNumbers works", () => {
|
||||
assertEquals(addNumbers(1, 2), 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue