UNPKG

react-heatmap-grid

Version:
18 lines 611 B
module.exports = { collectCoverageFrom: [ '**/*.{js,jsx,ts,tsx}', '!**/*.d.ts', '!**/node_modules/**', ], testEnvironment: 'jest-environment-jsdom', testPathIgnorePatterns: ['<rootDir>/node_modules/'], transform: { // Use babel-jest to transpile tests with the next/babel preset // https://jestjs.io/docs/configuration#transform-objectstring-pathtotransformer--pathtotransformer-object '^.+\\.(js|jsx|ts|tsx)$': ['babel-jest'], }, transformIgnorePatterns: [ '/node_modules/', '^.+\\.module\\.(css|sass|scss)$', ], }