We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7efed3 commit 8b6d0cfCopy full SHA for 8b6d0cf
test/analyze/analyze-flag.test.js
@@ -3,6 +3,7 @@
3
const { runWatch, isWindows } = require('../utils/test-utils');
4
5
describe('--analyze flag', () => {
6
+ // TODO: fix timeout for windows CI
7
if (!isWindows) {
8
it('should load webpack-bundle-analyzer plugin with --analyze flag', async () => {
9
const { stderr, stdout } = await runWatch({
0 commit comments