Skip to content

Commit 57948ac

Browse files
fix: schema
1 parent 135c0a1 commit 57948ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__snapshots__/validation-options.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports[`validation should throw an error on the "writeToDisk" option with "{}"
8181
"Invalid options object. Dev Middleware has been initialized using an options object that does not match the API schema.
8282
- options.writeToDisk should be one of these:
8383
boolean | function
84-
-> Allows to write files on disk.
84+
-> Allows to write generated files on disk.
8585
Details:
8686
* options.writeToDisk should be a boolean.
8787
* options.writeToDisk should be an instance of function."

0 commit comments

Comments
 (0)