react-loading-icons
Version:
React implementation of the SVG Loaders library by Sam Herbert
16 lines (15 loc) • 359 B
JavaScript
module.exports = {
collectCoverageFrom: ['src/components/**/*.(js|jsx|ts|tsx)'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'json', 'node'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
globals: {
'ts-jest': {
babelConfig: true,
},
},
cacheDirectory: '.jest/cache',
testEnvironment: 'jsdom',
testRegex: '(/test/*|(\\.|/)(test|spec))\\.tsx?$',
}