Skip to content

Commit ef89b0f

Browse files
committed
try fix detox ci
1 parent 32ae578 commit ef89b0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ module.exports = {
1212
},
1313
],
1414
},
15+
plugins: ['jest'],
16+
env: {
17+
jest: true,
18+
},
1519
};

0 commit comments

Comments
 (0)