Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge 1688cb2 into 344a379
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Quach committed Feb 20, 2019
2 parents 344a379 + 1688cb2 commit a8df422
Show file tree
Hide file tree
Showing 43 changed files with 8,316 additions and 7,343 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ src/**/*/types.js
src/**/*/*.types.js
src/styles/configs/_colorway.scss
src/styles/configs/colorway.ts
.remake
.remake
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ module.exports = {
'!src/components/Animate/animations/**/*',
],
coverageDirectory: 'coverage/',
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
},
},
setupFiles: [
'<rootDir>/config/polyfills.js',
'<rootDir>/config/jsdomPolyfills.js',
Expand Down

0 comments on commit a8df422

Please sign in to comment.