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

feat: update tap to 18 #20

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

feat: update tap to 18 #20

wants to merge 13 commits into from

Commits on Jan 27, 2024

  1. feat: update tap to 18

    BREAKING CHANGE: This update is not backwards compatible with previous versions of testing.
    
    This also adds some tests to the skeleton itself showcases how to use mocking with built in plugins, and spies via the added sinon plugin. A .taprc file has also been added as an example of adding some tap configuration.
    jacobheun committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    49f7e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10398b7 View commit details
    Browse the repository at this point in the history
  3. fix: update tap ts plugins

    jacobheun committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    59e6182 View commit details
    Browse the repository at this point in the history
  4. fix: update ts build config

    jacobheun committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    697e45d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    532564f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a643341 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. fix: allow empty coverage

    There is currently an issue in CI where code coverage is not being
    reported even though it runs fine locally. While I look into this
    I'm going to disable it here for now and test it out in a downstream
    project with more coverage.
    jacobheun committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4c764f7 View commit details
    Browse the repository at this point in the history
  2. 2.0.0-0

    jacobheun committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bc45c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b464bee View commit details
    Browse the repository at this point in the history
  4. 2.0.0-1

    jacobheun committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5467e4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f683c88 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. fix: swap to tsx over ts-node

    chore: lock tsx to 4.2.1 to mitigate test coverage reporting 100% when not testing compiled js
    jacobheun committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    51e32e7 View commit details
    Browse the repository at this point in the history
  2. 2.0.0-2

    jacobheun committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b3a0eb1 View commit details
    Browse the repository at this point in the history