Skip to content

Commit

Permalink
chore: update eslint (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 6, 2024
1 parent 3b4c321 commit bfe981f
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 504 deletions.
10 changes: 5 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ export default {
clearMocks: true,
// collectCoverage: true,
collectCoverageFrom: [
'src/index.js'
'src/index.js',
],
coverageDirectory: 'coverage',
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100
}
statements: 100,
},
},
testRegex: /\.test\.js$/.source,
transform: {
'\\.[jt]sx?$': 'babel-jest'
}
'\\.[jt]sx?$': 'babel-jest',
},
};
Loading

0 comments on commit bfe981f

Please sign in to comment.