-
Notifications
You must be signed in to change notification settings - Fork 3
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: Add NumberControl
and NumericControl
tests
#17
Conversation
@@ -3,7 +3,7 @@ | |||
"src" | |||
], | |||
"exclude": [ | |||
"**/*.test.tsx", |
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.
It was attempting to bundle the .ts
test file
This reverts commit 3c671dd.
73e441c
to
f8ecf51
Compare
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.
I'm wondering if we want to put all the test code in a test dir so it's easier not to bundle them within the build? Or perhaps that doesn't matter?
@TrangPham I don't think the bundling thing is much of a concern after the |
kk lets merge this then we can move around the test files to a separate dir if we wanted |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Corresponding functional changes are in base branch
Add tests for
NumberControl
and related components/functions.