Skip to content

Commit abdefe5

Browse files
committed
test: fix flow
1 parent 1d1a4e0 commit abdefe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/options.flow.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ declare type Options = { // eslint-disable-line no-undef
99
stubs?: Object,
1010
context?: Object,
1111
attrs?: Object,
12-
listeners?: Object
12+
listeners?: Object,
13+
logModifiedComponents?: Boolean
1314
}

0 commit comments

Comments
 (0)