Skip to content

Commit

Permalink
Update clear-clipboard path (#3826)
Browse files Browse the repository at this point in the history
PR #3575 merged in master just before the file name changes were enforced in CI
  • Loading branch information
justindbaur authored Oct 18, 2022
1 parent 1d1986e commit d7c0038
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { mock, MockProxy } from "jest-mock-extended";
import { BrowserApi } from "../browser/browserApi";
import { StateService } from "../services/abstractions/state.service";

import { ClearClipboard } from "./clearClipboard";
import { ClearClipboard } from "./clear-clipboard";
import { getClearClipboardTime, setClearClipboardTime } from "./clipboard-state";

jest.mock("./clipboard-state", () => {
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/src/clipboard/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "./clearClipboard";
export * from "./clear-clipboard";
export * from "./copy-to-clipboard-command";
export * from "./generate-password-to-clipboard-command";

0 comments on commit d7c0038

Please sign in to comment.