CpuHigherLower/node_modules/countup.js/jest.config.js

18 lines
259 B
JavaScript

module.exports = {
roots: [
'<rootDir>/src'
],
transform: {
'^.+\\.ts?$': 'ts-jest'
},
testRegex: '(\\.|/)(test|spec)\\.ts?$',
testEnvironment: 'jsdom',
moduleFileExtensions: [
'ts',
'js',
'jsx',
'json',
'node'
]
}