Skip to content

Commit

Permalink
Merge branch 'rc' into homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
unix authored Aug 13, 2021
2 parents 1988d2a + 4675e22 commit 298debc
Show file tree
Hide file tree
Showing 18 changed files with 1,794 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {

testEnvironment: 'jsdom',

setupFiles: ['./tests/setup.js'],
setupFilesAfterEnv: ['./tests/setup.ts'],

moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],

Expand All @@ -14,7 +14,7 @@ module.exports = {
},

testRegex: '.*\\.test\\.(j|t)sx?$',
// testRegex: 'scaleable\\/.*\\.test\\.(j|t)sx?$',
// testRegex: 'modal\\/.*\\.test\\.(j|t)sx?$',

collectCoverageFrom: [
'components/**/*.{ts,tsx}',
Expand Down
Loading

0 comments on commit 298debc

Please sign in to comment.