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 flow error
  • Loading branch information
SimenB committed Oct 9, 2017
commit 253c9accabbd06a3556b73a94185cd9d58dc5311
1 change: 1 addition & 0 deletions types/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export type InitialOptions = {
notify?: boolean,
onlyChanged?: boolean,
outputFile?: Path,
passWithNoTests?: boolean,
preprocessorIgnorePatterns?: Array<Glob>,
preset?: ?string,
projects?: Array<Glob>,
Expand Down