UNPKG
@sebastbake/music-tempo
Version:
latest (1.0.3)
1.0.3
Finding out tempo of the music
@sebastbake/music-tempo
/
jest.config.js
7 lines
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { transform: {
'^.+\\.ts?$'
:
'ts-jest'
}, testRegex:
'/test/.*\\.spec?\\.ts$'
, moduleFileExtensions: [
'ts'
,
'js'
] };