@jasminejs/reporters
Reporters for the Jasmine testing framework
Last updated 3 months ago by sgravrock .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @jasminejs/reporters 
SYNC missed versions from official npm registry.

@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:

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

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

Node version compatibility

20, 22, 24

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

Current Tags

  • 1.0.0                                ...           latest (3 months ago)

2 Versions

  • 1.0.0                                ...           3 months ago
  • 0.1.0                                ...           5 months ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (7)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |