Skip to content

Commit

Permalink
Fix prompt test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog committed Apr 27, 2017
1 parent ed7b538 commit f3a7f40
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 f3a7f40

Please sign in to comment.