UNPKG
air-thai-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Find PM2.5 around us
github.com/olustrrax/air-thai-api
olustrrax/air-thai-api
air-thai-api
/
jestconfig.json
8 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"transform"
: {
"^.+
\\
.(t|j)sx?$"
:
"ts-jest"
},
"testRegex"
:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.(jsx?|tsx?)$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
],
"modulePathIgnorePatterns"
: [
"<rootDir>/example/"
] }