You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>6.2.7</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fixed customDateFormat shows 'undefined' when you manually erase the date #2693</li>
<li>Fixed calendar header not updating correctly #2685</li>
<li>Fixed clock components disappearing when using side by side #2684</li>
<li>Fixed some doc issues #2706</li>
</ul>
<h3>New</h3>
<ul>
<li>Unit tests! #2711</li>
</ul>
I have add vitest to the project and built some tests around the DateTime object. This task isn't really "done" as far as having testing around everything but it's a start.
I'm going to leave this open until I add a github action.
This project really needs some unit tests. Let's look at https://vitest.dev to see how difficult it would be to implement.
The text was updated successfully, but these errors were encountered: