Skip to content

Commit a1e801f

Browse files
michael-wolfendenKent C. Dodds
authored andcommitted
feat(progress): Support the "progress" top-level attribute (#112)
closes issue #110
1 parent b52bf8c commit a1e801f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const makeSchema = (schemaOptions, schemaExtension) => {
3737
output: outputSchema,
3838
plugins: pluginsSchema,
3939
profile: Joi.boolean(),
40+
progress: Joi.boolean(),
4041
recordsInputPath: looksLikeAbsolutePath,
4142
recordsOutputPath: looksLikeAbsolutePath,
4243
recordsPath: looksLikeAbsolutePath,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
progress: false
3+
}

0 commit comments

Comments
 (0)