UNPKG

@exabyte-io/chimpy

Version:

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

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