UNPKG
react-date-range
Version:
beta (2.0.0-alpha.3)
latest (2.0.1)
next (1.0.0-beta)
2.0.1
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
1.4.0
1.3.0
1.2.0
1.1.4
1.1.4-alpha.3
1.1.4-alpha.2
1.1.4-alpha.1
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta2
1.0.0-beta
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1
1.0.0-alpha0
0.9.4
0.9.3
0.9.2
0.9.0
0.2.4
0.2.3
0.2.2
0.2.1
0.1.8
0.1.7
0.1.6
0.1.5
0.1.0
A React component for choosing dates and date ranges.
hypeserver/react-date-range
react-date-range
/
jest.config.js
8 lines
(7 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { verbose:
true
, testURL:
'http://localhost/'
, setupFiles: [
'<rootDir>/setupTests.js'
], testPathIgnorePatterns: [
'/node_modules/'
,
'/dist/'
,
'/demo/dist/'
], snapshotSerializers: [
'enzyme-to-json/serializer'
], };