Skip to content

Commit 0b898ec

Browse files
committed
fix(test): fix profile test port map
1 parent 4741e21 commit 0b898ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/profile-option.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const webpack = require('webpack');
44
const Server = require('../../lib/Server');
55
const config = require('../fixtures/simple-config/webpack.config');
6-
const port = require('../ports-map')['progress-option'];
6+
const port = require('../ports-map')['profile-option'];
77

88
describe('profile', () => {
99
describe('output', () => {

0 commit comments

Comments
 (0)