Skip to content

Commit b30d1aa

Browse files
committed
prettier
1 parent 2d426ae commit b30d1aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/babel/test/as-output-plugin.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@ test('works in parallel with specified worker count', async () => {
433433
});
434434

435435
test('throws when output plugin parallel option is not a positive integer', () => {
436-
expect(() => getBabelOutputPlugin({ parallel: 0 })).toThrow(
437-
/must be true or a positive integer/
438-
);
436+
expect(() => getBabelOutputPlugin({ parallel: 0 })).toThrow(/must be true or a positive integer/);
439437
expect(() => getBabelOutputPlugin({ parallel: -1 })).toThrow(
440438
/must be true or a positive integer/
441439
);

0 commit comments

Comments
 (0)