mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 16:31:56 +00:00
7 lines
194 B
TypeScript
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()
|