Skip to content

Commit 2b369b3

Browse files
committed
fixup!
1 parent 08a0ea7 commit 2b369b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/e2e/api.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ describe("API", () => {
9191
it("should reject `null` options via schema validation", () => {
9292
const compiler = webpack(config);
9393

94-
expect(() => new Server(null, compiler)).toThrow(/Invalid options object/);
94+
expect(() => new Server(null, compiler)).toThrow(
95+
/Invalid options object/,
96+
);
9597
});
9698
});
9799

0 commit comments

Comments
 (0)