Skip to content

Commit 8301632

Browse files
committed
fix prettier issue after merge
1 parent 65684a9 commit 8301632

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

test/SourceMapDevToolModuleOptionsPlugin.unittest.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,14 @@ describe("SourceMapDevToolModuleOptionsPlugin", () => {
5858
});
5959

6060
describe("with line-to-line true", () => {
61-
beforeEach(
62-
() =>
63-
(eventBindings = applyPluginWithOptions(
64-
SourceMapDevToolModuleOptionsPlugin,
65-
{
66-
module: false,
67-
lineToLine: true
68-
}
69-
))
70-
);
61+
beforeEach(() =>
62+
(eventBindings = applyPluginWithOptions(
63+
SourceMapDevToolModuleOptionsPlugin,
64+
{
65+
module: false,
66+
lineToLine: true
67+
}
68+
)));
7169

7270
it("binds one event handler", () => {
7371
expect(eventBindings.length).toBe(1);

0 commit comments

Comments
 (0)