Skip to content

Commit

Permalink
tests: update anayze-flag test (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 2, 2020
1 parent 491a582 commit bd90732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/analyze/analyze-flag.test.js
Expand Up @@ -4,7 +4,7 @@ const { runAndGetWatchProc } = require('../utils/test-utils');

describe('--analyze flag', () => {
it('should load webpack-bundle-analyzer plugin with --analyze flag', (done) => {
const proc = runAndGetWatchProc(__dirname, ['--analyze', '--watch'], false, '', true);
const proc = runAndGetWatchProc(__dirname, ['--analyze'], false, '', true);

proc.stdout.on('data', (chunk) => {
const data = chunk.toString();
Expand Down

0 comments on commit bd90732

Please sign in to comment.