Skip to content

Commit 8b6d0cf

Browse files
committed
chore: add comment
1 parent d7efed3 commit 8b6d0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/analyze/analyze-flag.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const { runWatch, isWindows } = require('../utils/test-utils');
44

55
describe('--analyze flag', () => {
6+
// TODO: fix timeout for windows CI
67
if (!isWindows) {
78
it('should load webpack-bundle-analyzer plugin with --analyze flag', async () => {
89
const { stderr, stdout } = await runWatch({

0 commit comments

Comments
 (0)