UNPKG

covjs

Version:

A super lightweight pub-sub module

19 lines (14 loc) 528 B
/* * For a detailed explanation regarding each configuration property, visit: * https://jestjs.io/docs/en/configuration.html */ module.exports = { // Automatically clear mock calls and instances between every test clearMocks: true, // The directory where Jest should output its coverage files coverageDirectory: "coverage", // Indicates which provider should be used to instrument code for coverage coverageProvider: "v8", // The test environment that will be used for testing testEnvironment: "node", };