# @jasminejs/reporters

> Reporters for the Jasmine testing framework

Latest version **1.1.0** (published 2026-08-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jasminejs/reporters
pnpm add @jasminejs/reporters
yarn add @jasminejs/reporters
bun add @jasminejs/reporters
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2026-08-15 |
| First published | 2025-11-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 14.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | slackersoft, sgravrock |
| Keywords | test, testing, jasmine, tdd, bdd, reporter |

## Links

- npm: https://www.npmjs.com/package/@jasminejs/reporters
- Repository: https://github.com/jasmine/reporters
- Homepage: https://jasmine.github.io
- Issues: https://github.com/jasmine/reporters/issues
- npm.io page: https://npm.io/package/@jasminejs/reporters

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2026-08-15
- 1.0.0 — 2026-01-13
- 0.1.0 — 2025-11-26

## README

# @jasminejs/reporters

This package contains the console reporter used by the `jasmine` and 
`jasmine-browser-runner` packages. Other reporters may be added in the future.

## Usage

If you're using `jasmine` or `jasmine-browser-runner`, you don't need to do
anything. `ConsoleReporter` will automatically be set up. To use it without
either of those packages:

```javascript
import ConsoleReporter from '@jasminejs/reporters/console';

const reporter = new ConsoleReporter();
jasmine.getEnv().addReporter(reporter);
```

## Node version compatibility

20*, 22, 24, 26

\* Environments that are past end of life are supported on a best-effort basis.
They may be dropped in a future minor release of Jasmine if continued support
becomes impractical.

Copyright (c) 2011-2019 Pivotal Labs<br>
Copyright (c) 2011-2026 The Jasmine developers<br>
This software is licensed under the MIT License.

---
_Source: https://npm.io/package/@jasminejs/reporters · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
