Skip to content

Commit bb17490

Browse files
committed
fixing test
1 parent e3aea5d commit bb17490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config-generator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ describe('The config-generator function', () => {
392392
config.runtimeConfig.useDevServer = true;
393393
config.runtimeConfig.devServerUrl = 'http://localhost:8080/';
394394
config.runtimeConfig.useHotModuleReplacement = true;
395-
config.publicPath = '/';
396-
config.outputPath = '/tmp';
395+
config.outputPath = '/tmp/public/build';
396+
config.setPublicPath('/build/');
397397
config.addEntry('main', './main');
398398

399399
const actualConfig = configGenerator(config);

0 commit comments

Comments
 (0)