Skip to content

Commit

Permalink
chore: todo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 17, 2024
1 parent 817d6e5 commit 7cb55e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { describe, expect, it } from "vitest";

// TODO fulfill tests
describe("index", () => {
it("1 + 1 should be 2", () => {
expect(1 + 1).toBe(2);
Expand Down

0 comments on commit 7cb55e0

Please sign in to comment.