Skip to content

Commit

Permalink
fix: clear core.summary mock
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Sep 29, 2024
1 parent be4c715 commit 60ff5ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
7 changes: 7 additions & 0 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, it, expect } from "vitest";

describe("example", () => {
it("should pass", () => {
expect(true).toBe(true);
});
});
38 changes: 0 additions & 38 deletions __tests__/utils.test.ts

This file was deleted.

0 comments on commit 60ff5ba

Please sign in to comment.