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 #535

Merged
merged 12 commits into from
Mar 28, 2024
Merged

Unit tests #535

merged 12 commits into from
Mar 28, 2024

Commits on Mar 18, 2024

  1. Add unit tests for helpers

    Add npm script for jest with coverage for easier testing and add some documentation to helpers.ts
    Data5tream committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    825fed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    275a835 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix bug in validateDataArray and add unit tests

    Add and improve unit tests for the Store class
    Data5tream committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    978950e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Add GitHub actions and more tests

    Add tests for settings and index, configure GitHub actions for code coverage and automatic testing
    Data5tream committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    96ed47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee8e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Add tests for select and fix a potential bug

    Also update actions to newer versions.
    Data5tream committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6cdf546 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    c6082f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Cleanup code a bit

    Data5tream committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b275929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f1586 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update select.ts

    brianvoe committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bb50c96 View commit details
    Browse the repository at this point in the history
  2. Revert some unnecessary changes

    Revert comment changes and restore deleted public methods
    Data5tream committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d7fbbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b88132 View commit details
    Browse the repository at this point in the history