Files
docker-docs/__mocks__/app.js
French Ben bf901c2256 Updated tests to pass
Signed-off-by: French Ben <me+git@frenchben.com>
2015-12-23 20:10:57 -05:00

6 lines
119 B
JavaScript

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