@spaguettiscope/jest-reporter
v2.2.0
Published
Jest reporter for SpaguettiScope — writes test results to .spasco/results/
Maintainers
Readme
@spaguettiscope/jest-reporter
Jest reporter for SpaguettiScope. Writes test
results to .spasco/results/ in the native spasco format.
Installation
pnpm install -D @spaguettiscope/jest-reporterUsage
Add to your jest.config.ts (or jest.config.js):
export default {
reporters: ['default', '@spaguettiscope/jest-reporter'],
}Or in package.json:
{
"jest": {
"reporters": ["default", "@spaguettiscope/jest-reporter"]
}
}Monorepo Setup
In a monorepo, add the reporter to each package's Jest config. The reporter auto-detects the
workspace root and writes all results to a shared .spasco/results/ directory.
