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;
2424const 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
3236describe ( 'benchmark Rslib in examples' , async ( ) => {
33-
3437 bench (
3538 'examples/express-plugin' ,
3639 async ( ) => {
You can’t perform that action at this time.
0 commit comments