Skip to content

Commit

Permalink
fix(test): fix profile test port map
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jun 26, 2019
1 parent cbd2450 commit 92f61c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/profile-option.test.js
Expand Up @@ -3,7 +3,7 @@
const webpack = require('webpack');
const Server = require('../../lib/Server');
const config = require('../fixtures/simple-config/webpack.config');
const port = require('../ports-map')['progress-option'];
const port = require('../ports-map')['profile-option'];

describe('profile', () => {
describe('output', () => {
Expand Down

0 comments on commit 92f61c4

Please sign in to comment.