зеркало из https://github.com/docker/kitematic.git
8 строки
188 B
JavaScript
8 строки
188 B
JavaScript
|
module.exports = {
|
||
|
require: jest.genMockFunction(),
|
||
|
match: jest.genMockFunction(),
|
||
|
app: jest.genMockFunction(),
|
||
|
remote: jest.genMockFunction(),
|
||
|
dialog: jest.genMockFunction()
|
||
|
};
|