back to home

stryker-mutator / stryker-js

Mutation testing for JavaScript and friends

2,798 stars
260 forks
47 issues
TypeScriptJavaScriptHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing stryker-mutator/stryker-js in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/stryker-mutator/stryker-js)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

StrykerJS *Professor X: For someone who hates mutants... you certainly keep some strange company.* *William Stryker: Oh, they serve their purpose... as long as they can be controlled.* Welcome to StrykerJS's monorepo. This is where all official stryker packages are maintained. If you're new to monorepos: don't be scared. You'll find the packages in the folder. If you're interested in why we chose a monorepo, please read babeljs's design document about monorepos. We use it for the same reasons as they do. Introduction For an introduction to mutation testing and Stryker's features, see stryker-mutator.io. Getting started Please follow the quickstart on the website. For small js projects, you can try the following command: It will run stryker with default values: • Uses as your test command • Searches for files to mutate in the and directories Usage See usage on stryker-mutator.io Supported mutators See our website for the list of currently supported mutators. Configuration See configuration on stryker-mutator.io.