Skip to content

Commit c9f83bc

Browse files
committed
fixing bad test path
1 parent 6f83868 commit c9f83bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ module.exports = {
16881688
const config = testSetup.createWebpackConfig(appDir, 'www/build', 'dev');
16891689
config.enableSingleRuntimeChunk();
16901690
config.setPublicPath('/build');
1691-
config.addEntry('main', `./vuejs-typescript${getVueVersion(config)}/main`);
1691+
config.addEntry('main', `./vuejs${getVueVersion(config)}-typescript/main`);
16921692
config.enableVueLoader();
16931693
config.enableSassLoader();
16941694
config.enableLessLoader();

0 commit comments

Comments
 (0)