jest.doMock('chokidar', () => {
        return {
          watch: jest.fn(),
          watcher: {
            on: jest.fn(),