Skip to content

Commit

Permalink
feat(drawer): create component (#575)
Browse files Browse the repository at this point in the history
* feat(drawer): create component

* feat(drawer): refinement of drawer component

* test: update tool chain for jest

* test: simplify events case for jest

* docs(drawer): add playground

* docs(drawer): add api docs
  • Loading branch information
unix committed Aug 13, 2021
1 parent 6cad25d commit 37d1646
Show file tree
Hide file tree
Showing 16 changed files with 1,646 additions and 21 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 37d1646

Please sign in to comment.