Skip to content

Commit d560695

Browse files
committedDec 30, 2016
Fix broken test after webpack update
1 parent 84a98ad commit d560695

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/Validation.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ describe("Validation", function() {
2626
name: "invalid `contentBase` configuration",
2727
config: { contentBase: [0] },
2828
message: [
29-
" - configuration.contentBase[0] should be a string.",
3029
" - configuration.contentBase should be one of these:",
3130
" [string] | false | number | string",
3231
" A directory to serve files non-webpack files from."

0 commit comments

Comments
 (0)
Please sign in to comment.