kitematic/__mocks__/remote.js

5 строки
89 B
JavaScript

module.exports = {
require: jest.genMockFunction(),
match: jest.genMockFunction()
};