Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 10, 2019
1 parent 8e06684 commit bcee5fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { validate } from 'jest-validate'
import { pickBy } from './utils.js'

// Parse options
// TODO: validate options (including that `input` is a string)
export const parseOpts = function({ opts = {}, defaultOpts, forcedOpts = {} }) {
const optsA = pickBy(opts, value => value !== undefined)

Expand Down

0 comments on commit bcee5fa

Please sign in to comment.