npm.io
1.0.0 • Published 6 months ago

@jasminejs/reporters

Licence
MIT
Version
1.0.0
Deps
0
Size
13 kB
Vulns
0
Weekly
0
Stars
1

@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