@distinction-dev/jasmine-console-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Jasmine Console Reporter

Jasmine Console Reporter class for detailed test results into console.

Install

npm install @distinction-dev/jasmine-console-reporter

or

yarn add @distinction-dev/jasmine-console-reporter

Usage

import Jasmine from "jasmine";
import ConsoleReporter from "@distinction-dev/jasmine-console-reporter";

const jasmine: Jasmine = new Jasmine();
const consoleReporter: ConsoleReporter = new ConsoleReporter();

jasmine.loadConfigFile("test/support/jasmine.json");
jasmine.addReporter(consoleReporter);
jasmine.configureDefaultReporter({
  showColors: true,
});

jasmine.execute();

Package Sidebar

Install

npm i @distinction-dev/jasmine-console-reporter

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

26.5 kB

Total Files

27

Last publish

Collaborators

  • killdozerx2