Skip to content

Commit

Permalink
commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
eboody committed May 22, 2024
1 parent 358404e commit d9b0c60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assertEquals } from "jsr:@std/assert";
import { add } from "./main.ts";

Deno.test(function addTest() {
assertEquals(add(2, 3), 5);
});
// import { assertEquals } from "jsr:@std/assert";
// import { add } from "./main.ts";
//
// Deno.test(function addTest() {
// assertEquals(add(2, 3), 5);
// });

0 comments on commit d9b0c60

Please sign in to comment.