This ensures that our tests will be formatted by Prettier, among other things.
2 lines
55 B
TypeScript
2 lines
55 B
TypeScript
module.exports = { loadOlm: jest.fn(async () => {}) };
|