element-call-Github/test/mocks/olmMock.ts
Robin Townsend 90ef5505bb Apply Prettier to the entire project
This ensures that our tests will be formatted by Prettier, among other things.
2022-12-09 14:34:25 -05:00

2 lines
55 B
TypeScript

module.exports = { loadOlm: jest.fn(async () => {}) };