Skip to content

Commit 064795d

Browse files
wip(tests): minor fixes
1 parent f19a62a commit 064795d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/basic.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ const { defaultFilesFactory, createPage } = require('./testsTools.js');
444444
}
445445
}
446446
447-
createApp(options).then(app => mountApp(app));
447+
return createApp(options).then(app => mountApp(app));
448448
}
449449
`
450450
}
@@ -491,7 +491,7 @@ const { defaultFilesFactory, createPage } = require('./testsTools.js');
491491
}
492492
});
493493
494-
createApp(options).then((app) => {
494+
return createApp(options).then((app) => {
495495
mountApp(app, 'elt1')
496496
497497
options.moduleCache = {

0 commit comments

Comments
 (0)