Skip to content

Commit

Permalink
mocked copy-to-clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ashit-rath committed Dec 12, 2024
1 parent eaeb1c8 commit e94ebe0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jest.mock("ee/utils/AnalyticsUtil", () => ({
logEvent: jest.fn(),
}));

jest.mock("copy-to-clipboard", () => ({
__esModule: true,
default: () => true,
}));

const DEFAULT_DOCS_URL =
"https://docs.appsmith.com/advanced-concepts/version-control-with-git/connecting-to-git-repository";

Expand Down

0 comments on commit e94ebe0

Please sign in to comment.