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

fix: respect prototypes when mocking #953

Merged
merged 4 commits into from
May 20, 2024
Merged

fix: respect prototypes when mocking #953

merged 4 commits into from
May 20, 2024

Commits on May 19, 2024

  1. config: resolve paths against config file dir

    This also renames `globCwd` to the more appropriate `projectRoot`.
    
    Verify that extension cycle detection doesn't result in false positives
    (it was marking the relative path, not the fully resolved path, which
    might be different if extended from a different place).
    
    BREAKING CHANGE: any references to a coverage-map, before, or after in
    an extension config will have to be updated to be relative to the file
    containing the reference, which really is how it should have worked all
    along.
    
    Also, since this touched a ton of stuff anyway, formatted everything and
    updated to prettier 3.
    isaacs committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4904132 View commit details
    Browse the repository at this point in the history
  2. manage plugins in the .tap/plugins folder

    BREAKING CHANGE: plugins are now installed in a different location. This
    should avoid issues with pnpm and workspaces, and in general make plugin
    handling much cleaner.
    isaacs committed May 19, 2024
    Configuration menu
    Copy the full SHA
    661cf83 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. changelog 19.0

    isaacs committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f3b75bb View commit details
    Browse the repository at this point in the history
  2. fix: respect prototypes when mocking

    PR-URL: tapjs#953
    Credit: @npdev453
    Close: tapjs#953
    Reviewed-by: @isaacs
    npdev453 authored and isaacs committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c80cbd8 View commit details
    Browse the repository at this point in the history