Skip to content

Commit

Permalink
πŸ’š γƒ‡γƒ’γƒ†γ‚Ήγƒˆγ‚’θΏ½εŠ 
Browse files Browse the repository at this point in the history
  • Loading branch information
dicenull committed Sep 1, 2024
1 parent 13a56af commit e30b5fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/distilled_user_test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { assertEquals } from "https://deno.land/[email protected]/assert/mod.ts";

Deno.test("γƒ‡γƒ’γƒ†γ‚Ήγƒˆ", () => {
assertEquals(1 + 1, 2);
});

0 comments on commit e30b5fb

Please sign in to comment.