UNPKG
coronavirus-stats
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
Check covid-19 stats in terminal
github.com/peterheesterman/covid19
peterheesterman/covid19
coronavirus-stats
/
jest.config.js
10 lines
(8 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { roots: [
'<rootDir>/src'
], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, testRegex:
'(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$'
, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
,
'node'
], }