UNPKG
chinese-calendar
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1-rc.5.0
1.0.1-rc.4.0
1.0.1-rc.3.0
1.0.1-rc.2.0
1.0.1-rc.1.0
中国法定节假日
github.com/huangzilong/chinese-calendar-js
huangzilong/chinese-calendar-js
chinese-calendar
/
jest.config.js
8 lines
(7 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, testRegex:
'(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$'
, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
,
'node'
], }