-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(slider): slider plus unit tests #216
Conversation
started HEYUI-354
working slider with unit tests HEYUI-354
Pull Request Test Coverage Report for Build 5198764090
💛 - Coveralls |
Coverage report
Show new covered files 🐣
Test suite run success401 tests passing in 56 suites. Report generated by 🧪jest coverage report action from 702acb9 |
Compiled a new version demo. |
@@ -5,6 +5,7 @@ module.exports = { | |||
'prettier', | |||
'airbnb/hooks', | |||
'plugin:@typescript-eslint/recommended', | |||
'plugin:mdx/recommended', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added better linting for mdx files
@@ -125,6 +127,7 @@ | |||
"eslint-plugin-cypress": "2.12.1", | |||
"eslint-plugin-import": "2.25.4", | |||
"eslint-plugin-jsx-a11y": "^6.3.1", | |||
"eslint-plugin-mdx": "^2.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better linting for mdx files
Compiled a new version demo. |
Compiled a new version demo. |
# [8.7.0](v8.6.1...v8.7.0) (2023-06-08) ### Features * **slider:** slider plus unit tests ([#216](#216)) ([4417cdc](4417cdc))
🎉 This PR is included in version 8.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pull Request
Description
working slider with unit tests
HEYUI-354
Type of change
How do I test this
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!