Skip to content

Commit 89ef8e0

Browse files
committed
Add options.plugins schema validation: Make beautifier happy again
1 parent 0c9707f commit 89ef8e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Validation.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ describe("Validation", () => {
329329
name: "Invalid plugin provided: object without apply function",
330330
config: {
331331
entry: "foo.js",
332-
plugins: [
333-
{}
334-
]
332+
plugins: [{}]
335333
},
336334
message: [
337335
" - configuration.plugins[0] should be one of these:",

0 commit comments

Comments
 (0)