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 d2ee0f6 commit 64cac91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/package.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import fs from "node:fs";
import path from "node:path";
import { describe, expect, it, Mock, vi, beforeEach } from "vitest";

vi.mock("@actions/core");
vi.mock("execa");
vi.mock("node:fs");
vi.mock("node:path");
Expand Down

0 comments on commit 64cac91

Please sign in to comment.