Back to Showcase

@y0n1/react-mvvm

Latest Commit
b84d2ae7944126798bf404ef1bffbe96b0c74159
0%
Latest Score
2 total runs
41
Total Mutations
0
Killed
41
Type Errors
0
Survived
0
Errors
Tested with Mutasaurus: jsr:@mutasaurus/mutasaurus@0.1.3

Detailed Mutation Report

Source Files (30)
/packages/polyfills
/packages/polyfills/object
/packages/react-ioc
/packages/react-ioc/internal/core
/packages/react-mvvm
/packages/react-mvvm/core
/packages/react-mvvm/react
/packages/react-mvvm/tests
/packages/react-mvvm/tests/_fixtures
/playground/config
/playground/src/data/services
/playground/src/data/stores/todos
/playground/src/models/apis
/playground/src/models/domain
/playground/src/ui/todos/view-models

Select a file to view mutations

Click a mutation to view details

Mutation Run History

8c144d0main0%
feat: enhance useCommand hook with Command class integration - Refactored the useCommand hook to utilize the Command class for improved state management and encapsulation. - Simplified the hook's API by returning a command object, which includes methods for execution and state clearing. - Removed redundant state management logic, leveraging useListenable for better integration with React's state system.
by y0n1Oct 29, 10:02 AM
Completed
Mutations: 41
Killed: 0
Type Errors: 41
Survived: 0
Errors: 0
Timeouts: 0
Runtime: 26s
version: jsr:@mutasaurus/mutasaurus@0.1.3
bf362e4main0%
docs: enhance IDisposable and IListenable interfaces with detailed documentation - Added JSDoc comments to the IDisposable and IListenable interfaces to clarify their purpose and methods. - Included descriptions for the dispose method and isDisposed property in IDisposable. - Expanded IListenable with documentation for methods related to listener management and notification.
by y0n1Oct 21, 06:59 AM
Completed
Mutations: 69
Killed: 0
Type Errors: 69
Survived: 0
Errors: 0
Timeouts: 0
Runtime: 32s
version: jsr:@mutasaurus/mutasaurus@0.1.3

Mutations are not run by their respective open source project maintainers. The mutation score does not tell the full story of a test suite, and while it may be a better proxy than traditional test coverage for quality, scores should be used as a guide, not a definitive measure.