Skip to content

Commit fd99da8

Browse files
committed
test(gen): add .flowconfig file expectation
1 parent 5b00977 commit fd99da8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/get-expected-files.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ export function app(options) {
125125
]);
126126
}
127127

128+
/* Flow */
129+
if(options.flow) {
130+
files.push('.flowconfig');
131+
}
132+
128133
/* Ui-Router */
129134
if (options.router === 'uirouter') {
130135
files = files.concat([

0 commit comments

Comments
 (0)