Skip to content

Commit 4d13f0a

Browse files
committed
chore: lint
1 parent 07881a4 commit 4d13f0a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/benchmark/index.bench.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ const iterations = process.env.CI ? 10 : 50;
2424
const exampleCwds = {
2525
'express-plugin': getCwdByExample('express-plugin'),
2626
'react-component-bundle': getCwdByExample('react-component-bundle'),
27-
'react-component-bundle-false': getCwdByExample('react-component-bundle-false'),
27+
'react-component-bundle-false': getCwdByExample(
28+
'react-component-bundle-false',
29+
),
2830
'react-component-umd': getCwdByExample('react-component-bundle-false'),
29-
'module-federation/mf-react-component': getCwdByExample('module-federation/mf-react-component'),
31+
'module-federation/mf-react-component': getCwdByExample(
32+
'module-federation/mf-react-component',
33+
),
3034
};
3135

3236
describe('benchmark Rslib in examples', async () => {
33-
3437
bench(
3538
'examples/express-plugin',
3639
async () => {

0 commit comments

Comments
 (0)