Skip to content
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

Testing makeover #99

Merged
merged 53 commits into from
Jul 6, 2020
Merged

Testing makeover #99

merged 53 commits into from
Jul 6, 2020

Conversation

qodesmith
Copy link
Owner

Cypress to the rescue!

I added a tooon of tests using Cypress. Finally, this little library will have tests moving forward! There's still more tests to be written. For those, I added files declaring what tests should be added but I'll implement them in a follow up diff. Just wanna get this into master sooner than later.

Along the way, a few bugs were fixed and tweaks were made:

  • Throwing error objects instead of strings. This is a better user experience since you'll get stack traces with the error object.
  • Fix around inlinePosition property.
  • currentParen => currentParent typo.
  • Removed the unnecessary <span> inside each calendar day containing a number.
  • Fix bug around e.which and e.keyCode
  • setDate now correctly de-selects a date.

Aaron Cordova added 30 commits May 22, 2020 12:40
…d I'd just make the simple change here as a commit. I'm terrible at rebasing :/'
@qodesmith qodesmith merged commit 2ff5845 into master Jul 6, 2020
@qodesmith qodesmith deleted the testing-makeover branch December 25, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant