@currents/jest
Currents reporter for Jest
Requirements
Setup
npm install @currents/jest @currents/cmd --save-devimport type { Config } from "jest";
const config: Config = {
reporters: ["default", "@currents/jest"],
};
export default config;npx jest --reporters=@currents/jestUsage
Configuration
Property
Type
Description
Environment variable
Default
Troubleshooting
Last updated
Was this helpful?