Skip to content

Commit a989108

Browse files
authored
refactor: update watch description (#3248)
1 parent 0afa04b commit a989108

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"type": "object",
53-
"description": "options for watch, you can find at https://github.com/paulmillr/chokidar"
53+
"description": "options for watch, description available at https://github.com/paulmillr/chokidar#api"
5454
}
5555
],
5656
"description": "Watch for files in static content directory."

test/__snapshots__/validate-options.test.js.snap.webpack4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ exports[`options validate should throw an error on the "static" option with '{"w
357357
* configuration.static.watch should be a boolean.
358358
* configuration.static.watch should be an object:
359359
object { … }
360-
-> options for watch, you can find at https://github.com/paulmillr/chokidar"
360+
-> options for watch, description available at https://github.com/paulmillr/chokidar#api"
361361
`;
362362

363363
exports[`options validate should throw an error on the "static" option with '0' value 1`] = `

test/__snapshots__/validate-options.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ exports[`options validate should throw an error on the "static" option with '{"w
357357
* configuration.static.watch should be a boolean.
358358
* configuration.static.watch should be an object:
359359
object { … }
360-
-> options for watch, you can find at https://github.com/paulmillr/chokidar"
360+
-> options for watch, description available at https://github.com/paulmillr/chokidar#api"
361361
`;
362362

363363
exports[`options validate should throw an error on the "static" option with '0' value 1`] = `

0 commit comments

Comments
 (0)