duanfuxiang 0c7ee142cb init
2025-01-05 11:51:39 +08:00

7 lines
194 B
TypeScript

export const App = jest.fn()
export const Editor = jest.fn()
export const MarkdownView = jest.fn()
export const TFile = jest.fn()
export const TFolder = jest.fn()
export const Vault = jest.fn()