Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in docs
  • Loading branch information
SimenB committed Oct 28, 2017
commit d0da55e2396ddd24b8381a71f2894bbe9c10df43
2 changes: 1 addition & 1 deletion packages/jest-cli/src/cli/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export const options = {
},
testLocationInResults: {
default: false,
description: 'Add `location` information the the test results',
description: 'Add `location` information to the test results',
type: 'boolean',
},
testMatch: {
Expand Down