Skip to content

Commit

Permalink
Fix prompt test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog authored and thymikee committed May 4, 2017
1 parent 8aa6fb9 commit ffc8b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/lib/__tests__/Prompt-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYS = Object.assign({}, KEYS, {
});

it('calls handler on change value', () => {
const options = {offset: -1};
const options = {max: 10, offset: -1};
const prompt = new Prompt();
const onChange = jest.fn();

Expand Down

0 comments on commit ffc8b94

Please sign in to comment.