0.3.18 • Published 6 years ago
unmock-jest v0.3.18
unmock-jest
Jest reporter for Unmock.
Read full documentation at unmock.io.
Installation
npm i unmock-jest -D
// or
yarn add unmock-jest -DUsage
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" |
0.3.18
6 years ago
0.3.17
6 years ago
0.3.16
6 years ago
0.3.15
6 years ago
0.3.14
6 years ago
0.3.13
6 years ago
0.3.12
6 years ago
0.3.11
6 years ago
0.3.10
6 years ago
0.3.9
6 years ago
0.3.8
6 years ago
0.3.7
6 years ago
0.3.6
6 years ago
0.3.5
6 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.2
6 years ago