mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
module.exports = {
|
|
require: jest.genMockFunction(),
|
|
match: jest.genMockFunction(),
|
|
app: jest.genMockFunction(),
|
|
remote: jest.genMockFunction(),
|
|
dialog: jest.genMockFunction()
|
|
};
|