File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
react_on_rails_pro/packages/node-renderer/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export function vmSecondaryBundlePath(testName: string) {
6060export async function createVmBundle ( testName : string ) {
6161 // Build config with module support before creating VM bundle
6262 buildConfig ( {
63- bundlePath : bundlePath ( testName ) ,
63+ serverBundleCachePath : serverBundleCachePath ( testName ) ,
6464 supportModules : true ,
6565 stubTimers : false ,
6666 } ) ;
@@ -71,7 +71,7 @@ export async function createVmBundle(testName: string) {
7171export async function createSecondaryVmBundle ( testName : string ) {
7272 // Build config with module support before creating VM bundle
7373 buildConfig ( {
74- bundlePath : bundlePath ( testName ) ,
74+ serverBundleCachePath : serverBundleCachePath ( testName ) ,
7575 supportModules : true ,
7676 stubTimers : false ,
7777 } ) ;
You can’t perform that action at this time.
0 commit comments