Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Feb 21, 2024
1 parent e6c40e9 commit 4ae129b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test-apps/native/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ module.exports = {
'jest/expect-expect': [
'error',
{
assertFunctionNames: ['expect', 'measurePerformance', 'measureFunction'],
assertFunctionNames: [
'expect',
'measurePerformance',
'measureFunction',
],
},
],
},
Expand Down

0 comments on commit 4ae129b

Please sign in to comment.