Skip to content

Commit

Permalink
Merge branch 'rogeliog-fix-process-on'
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaromiura committed Jan 19, 2017
2 parents 137da87 + 280ebd8 commit 8ad07fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-cli/src/__tests__/watch-pattern-mode-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let terminalWidth;

jest.mock('ansi-escapes', () => ({
clearScreen: '[MOCK - clearScreen]',
cursorDown: (count = 1) => `[MOCK - cursorDown(${count})]`,
cursorHide: '[MOCK - cursorHide]',
cursorRestorePosition: '[MOCK - cursorRestorePosition]',
cursorSavePosition: '[MOCK - cursorSavePosition]',
Expand Down

0 comments on commit 8ad07fe

Please sign in to comment.