-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: trurl-master/jsdom-testing-mocks
base: v1.15.2
head repository: trurl-master/jsdom-testing-mocks
compare: v1.16.0
- 10 commits
- 8 files changed
- 3 contributors
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c5abb0a - Browse repository at this point
Copy the full SHA c5abb0aView commit details -
Merge pull request #73 from trurl-master/chores/add-claude-permissions
Add settings.json for Claude permissions configuration
Configuration menu - View commit details
-
Copy full SHA for 5e8d618 - Browse repository at this point
Copy the full SHA 5e8d618View commit details
Commits on Aug 18, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a33423f - Browse repository at this point
Copy the full SHA a33423fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2571196 - Browse repository at this point
Copy the full SHA 2571196View commit details
Commits on Sep 13, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9a82ddd - Browse repository at this point
Copy the full SHA 9a82dddView commit details -
Merge pull request #75 from trurl-master/claude/issue-74-20250818-1038
fix: move puppeteer to devDependencies
Configuration menu - View commit details
-
Copy full SHA for 59d22a3 - Browse repository at this point
Copy the full SHA 59d22a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216623e - Browse repository at this point
Copy the full SHA 216623eView commit details -
fix: implement proper toHaveBeenCalledWith method for Jest SmartSpy a…
…nd refactor to switch statement
Configuration menu - View commit details
-
Copy full SHA for 58b2301 - Browse repository at this point
Copy the full SHA 58b2301View commit details -
Fix requestAnimationFrame teardown errors by automatically canceling …
…animations in clearAnimations()
Configuration menu - View commit details
-
Copy full SHA for c15fec6 - Browse repository at this point
Copy the full SHA c15fec6View commit details -
Merge pull request #76 from trurl-master/claude/issue-74-20250818-1038
fix: improve SmartSpy type safety and cross-framework test compatibility
Configuration menu - View commit details
-
Copy full SHA for a669335 - Browse repository at this point
Copy the full SHA a669335View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.15.2...v1.16.0