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

Add tests for SQLJSPackageDB #33

Merged
merged 4 commits into from
Aug 22, 2024
Merged

Add tests for SQLJSPackageDB #33

merged 4 commits into from
Aug 22, 2024

Commits on Jul 18, 2024

  1. Add tests for SQLJSPackageDB

    Test the save, find, stats, and clear class methods. No tests are added
    for the logging methods.
    
    Minor styling changes in some other files, as applied by prettier.
    mint-thompson committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    83d23a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    9755b34 View commit details
    Browse the repository at this point in the history
  2. Make test for SQLJSPackageDB.findResourceInfo stricter

    Check properties of the returned resource to make sure it matches one of
    the expected results.
    
    Remove unneeded comment from saveResourceInfo test.
    mint-thompson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    54ac727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ab796 View commit details
    Browse the repository at this point in the history