Skip to content

Commit 2a74a08

Browse files
committed
Fix tests after the schema change
1 parent 4131be5 commit 2a74a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Validation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("Validation", function() {
2626
message: [
2727
" - configuration.contentBase[0] should be a string.",
2828
" - configuration.contentBase should be one of these:",
29-
" [string] | boolean | number | string",
29+
" [string] | false | number | string",
3030
" A directory to serve files non-webpack files from."
3131
]
3232
}, {

0 commit comments

Comments
 (0)