mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
module.exports = {
|
|
require: jest.genMockFunction(),
|
|
match: jest.genMockFunction()
|
|
};
|