UNPKG

@wbe/react-transition

Version:

![](https://img.shields.io/npm/v/@wbe/react-transition/latest.svg) ![](https://img.shields.io/bundlephobia/minzip/@wbe/react-transition.svg) ![](https://img.shields.io/npm/dt/@wbe/react-transition.svg) ![](https://img.shields.io/npm/l/@wbe/react-transi

30 lines (22 loc) 846 B
/* * For a detailed explanation regarding each configuration property and type check, visit: * https://jestjs.io/docs/en/configuration.html */ module.exports = { // preset: "ts-jest", // transform: { // "^.+\\.(ts|tsx)?$": "ts-jest", // "^.+\\.(js|jsx)$": "babel-jest", // }, testEnvironment: "jsdom", // Automatically clear mock calls and instances between every test clearMocks: true, // The directory where Jest should output its coverage files coverageDirectory: "coverage", // An array of regexp pattern strings used to skip coverage collection coveragePathIgnorePatterns: ["/node_modules/"], // Indicates which provider should be used to instrument code for coverage coverageProvider: "babel", // An array of file extensions your modules use moduleFileExtensions: ["js", "jsx", "ts", "tsx"], };