Skip to content

Commit

Permalink
ok format
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Sep 14, 2024
1 parent 22b625a commit 4c45c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fireproof/hello.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ describe("Hello World Test", function () {
function customExpect(value: unknown, matcher: (val: unknown) => void, message: string): void {
try {
matcher(value);

} catch (error) {
void error
void error;
// console.error(error);
throw new Error(message);
}
Expand Down

0 comments on commit 4c45c33

Please sign in to comment.