Skip to content

Commit e9e7f48

Browse files
authored
Fix integration test (#2763)
1 parent 2c754ab commit e9e7f48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/projects.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ export default [
178178

179179
// These files use `>` in jsx
180180
'test/integration/**',
181+
182+
// Contains Flow syntax
183+
'test/e2e/babel/fixture/**',
181184
],
182185
},
183186
// #903

0 commit comments

Comments
 (0)