Socket
Book a DemoInstallSign in
Socket

@jasminejs/reporters

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jasminejs/reporters

Reporters for the Jasmine testing framework

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
2
Created
Source

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

Keywords

test

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts