UNPKG
fast-time-input
Version:
latest (0.1.10-beta)
0.1.10-beta
0.1.9-beta
0.1.8-beta
0.1.7-alpha
0.1.6-alpha
0.1.5-alpha
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1-alpha
0.1.0-alpha
Time input shortcuts
github.com/njbrown/fast-time-input
njbrown/fast-time-input
fast-time-input
/
jest.config.js
8 lines
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { roots: [
'<rootDir>'
], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, testRegex:
'(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$'
, moduleFileExtensions: [
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
,
'node'
], }