File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,16 @@ const iterations = process.env.CI ? 10 : 50;
24
24
const exampleCwds = {
25
25
'express-plugin' : getCwdByExample ( 'express-plugin' ) ,
26
26
'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
+ ) ,
28
30
'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
+ ) ,
30
34
} ;
31
35
32
36
describe ( 'benchmark Rslib in examples' , async ( ) => {
33
-
34
37
bench (
35
38
'examples/express-plugin' ,
36
39
async ( ) => {
You can’t perform that action at this time.
0 commit comments