Skip to content

Commit

Permalink
feat(slider): slider plus unit tests (#216)
Browse files Browse the repository at this point in the history
* feat(slider): started on slider

started

HEYUI-354

* feat(slider): slider plus unit tests

working slider with unit tests

HEYUI-354

* remove unneeded files

* added docs

* added react-slider to packagejson plus docs updates

* add state to canvas
  • Loading branch information
nathanjamal authored Jun 8, 2023
1 parent ea97314 commit 4417cdc
Show file tree
Hide file tree
Showing 15 changed files with 7,079 additions and 200 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'prettier',
'airbnb/hooks',
'plugin:@typescript-eslint/recommended',
'plugin:mdx/recommended',
],
parserOptions: {
project: ['./tsconfig.json', './tsconfig.storybook.json'],
Expand Down Expand Up @@ -42,6 +43,7 @@ module.exports = {
react: {
version: 'detect',
},
'mdx/code-blocks': true,
},
rules: {
'@typescript-eslint/naming-convention': [
Expand Down
Loading

1 comment on commit 4417cdc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 96.08% 1864/1940
🟢 Branches 81.21% 523/644
🟢 Functions 82.47% 160/194
🟢 Lines 96.3% 1666/1730

Test suite run success

401 tests passing in 56 suites.

Report generated by 🧪jest coverage report action from 4417cdc

Please sign in to comment.