Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trurl-master/jsdom-testing-mocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.2
Choose a base ref
...
head repository: trurl-master/jsdom-testing-mocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    c5abb0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from trurl-master/chores/add-claude-permissions

    Add settings.json for Claude permissions configuration
    trurl-master authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    5e8d618 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. fix: move puppeteer to devDependencies and bump version to 1.16.0

    Puppeteer is only used in development/testing scripts and should not be a runtime dependency for consumers of the library.
    
    Fixes #74
    
    Co-authored-by: Ivan Galiatin <[email protected]>
    claude[bot] and trurl-master committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    a33423f View commit details
    Browse the repository at this point in the history
  2. fix: convert Jest configs to ES module syntax

    Convert jest.config.ts and swcjest.config.ts from CommonJS to ES module
    syntax to fix 'module is not defined in ES module scope' error.
    
    The issue occurred because package.json has "type": "module" which makes
    Node.js treat .ts files as ES modules, but Jest configs were using
    module.exports (CommonJS syntax).
    
    Co-authored-by: Ivan Galiatin <[email protected]>
    claude[bot] and trurl-master committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2571196 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. chore: update Claude code review workflow configuration

    Enhance the Claude code review workflow by allowing any bot to trigger reviews and adding accessibility to the review criteria. Adjust the feedback prompt to emphasize conciseness and constructiveness. Clean up unnecessary whitespace for better readability.
    trurl-master committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    9a82ddd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from trurl-master/claude/issue-74-20250818-1038

    fix: move puppeteer to devDependencies
    trurl-master authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    59d22a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    216623e View commit details
    Browse the repository at this point in the history
  4. fix: implement proper toHaveBeenCalledWith method for Jest SmartSpy a…

    …nd refactor to switch statement
    trurl-master committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    58b2301 View commit details
    Browse the repository at this point in the history
  5. Fix requestAnimationFrame teardown errors by automatically canceling …

    …animations in clearAnimations()
    trurl-master committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    c15fec6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from trurl-master/claude/issue-74-20250818-1038

    fix: improve SmartSpy type safety and cross-framework test compatibility
    trurl-master authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    a669335 View commit details
    Browse the repository at this point in the history
Loading