Skip to content

Commit

Permalink
CI - test failed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartstc committed Jul 8, 2023
1 parent cce9c5d commit 253af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect, test } from "vitest";

test("should work as expected", () => {
expect(Math.sqrt(4)).toBe(2);
expect(Math.sqrt(4)).toBe(3);
});

0 comments on commit 253af67

Please sign in to comment.