unmock-jest
TypeScript icon, indicating that this package has built-in type declarations

0.3.18 • Public • Published

unmock-jest

Jest reporter for Unmock.

Read full documentation at unmock.io.

Installation

npm i unmock-jest -D
// or
yarn add unmock-jest -D

Usage

In your Jest configuration, add "unmock-jest/reporter" as reporter:

// jest.config.js
{
    reporters: ["default", "unmock-jest/reporter"]
}

Then run your tests and a report is generated.

Note that unmock must also be installed.

Configuration

You can define options in the reporter configuration:

// jest.config.js
{
    reporters: [
      "default",
      [ "unmock-jest", { outputDirectory: "reports" } ]
  ]
}

Following options are available:

Reporter Config Name Description Default
outputDirectory Directory to save the output "__unmock__/"
outputFilename File name for the output "unmock-report.html"

Readme

Keywords

Package Sidebar

Install

npm i unmock-jest

Weekly Downloads

20

Version

0.3.18

License

MIT

Unpacked Size

203 kB

Total Files

59

Last publish

Collaborators

  • meeshkan