Skip to content

Commit

Permalink
Added basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed May 30, 2024
1 parent 6ff1983 commit 60ecc45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ import { test, expect } from "vitest";
test("should pass", () => {
expect(true).toBe(true);
});

// Load the URL of the main testing page

0 comments on commit 60ecc45

Please sign in to comment.