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

Unit Tests #2711

Closed
Eonasdan opened this issue Nov 4, 2022 · 1 comment
Closed

Unit Tests #2711

Eonasdan opened this issue Nov 4, 2022 · 1 comment

Comments

@Eonasdan
Copy link
Owner

Eonasdan commented Nov 4, 2022

This project really needs some unit tests. Let's look at https://vitest.dev to see how difficult it would be to implement.

@Eonasdan Eonasdan moved this from 🆕 New to 🏗 In progress in Tempus Dominus Nov 4, 2022
@Eonasdan Eonasdan moved this from 🏗 In progress to ✅ Done in Tempus Dominus Nov 5, 2022
@Eonasdan Eonasdan mentioned this issue Nov 5, 2022
Eonasdan added a commit that referenced this issue Nov 5, 2022
<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>
@Eonasdan Eonasdan moved this from ✅ Done to 🚀 Released in Tempus Dominus Nov 5, 2022
@Eonasdan
Copy link
Owner Author

Eonasdan commented Nov 5, 2022

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.

@github-project-automation github-project-automation bot moved this from 🚀 Released to ✅ Done in Tempus Dominus Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant