Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 16, 2022
1 parent 858ad11 commit a9367f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const applyNormalizer = function (value, name, normalizer) {
return newValue === undefined ? value : newValue
}

// TODO: missing `config`, `reporterConfig`, `runnerConfig`
// TODO: missing `reporterConfig`, `runnerConfig`
const NORMALIZERS = {
colors: [checkBoolean],
cwd: [checkDefinedString],
Expand Down

0 comments on commit a9367f0

Please sign in to comment.