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

Bump versions, add dependencies and JSDoc config, add first test #1

Merged
merged 3 commits into from
Jan 6, 2024

Commits on Jan 6, 2024

  1. Bump versions, update README

    All version bumps:
    - @stylistic/eslint-plugin-js: v1.5.3
    - @vitest/coverage-istanbul: v1.1.3
    - @vitest/coverage-v8: v1.1.3
    - @vitest/ui: v1.1.3
    - eslint-plugin-jsdoc: v46.10.1
    - jsdoc-cli-wrapper: v1.0.4
    - vitest: v1.1.3
    mbland committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    63dd344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e56543 View commit details
    Browse the repository at this point in the history
  3. Add initial test, JSDoc configuration

    This test alone gets over 90% coverage:
    
    ```text
    ----------|---------|----------|---------|---------
    File      | % Stmts | % Branch | % Funcs | % Lines
    ----------|---------|----------|---------|---------
    All files |   90.95 |    85.71 |    61.9 |   90.95
     index.js |   90.95 |    85.71 |    61.9 |   90.95
    ----------|---------|----------|---------|---------
    ```
    
    It is technically a "large" test since it exercises the main UI and
    touches almost everything in the process. Of course I'm going to
    refactor and write more fine grained tests. But it is nice to have a
    fast smoke test to keep me honest and focused as I start to do it.
    mbland committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    3bcf94e View commit details
    Browse the repository at this point in the history