UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

12 lines (10 loc) 227 B
'use strict'; var chokidar = { watcher: { on: jest.genMockFunction(), once: jest.genMockFunction() }, watch: jest.genMockFunction() }; chokidar.watch.mockReturnValue(chokidar.watcher); module.exports = chokidar;