Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpx committed Apr 19, 2024
1 parent 503a2bc commit bdf946a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/new-test.test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it, expect } from "vitest";

describe("test", () => { it("works", () => { expect(true).toBe(true); }); });

0 comments on commit bdf946a

Please sign in to comment.