UNPKG
upbeatradio
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Easily interact with UpBeatRadio.net API
github.com/marinofranz/upbeatradio
marinofranz/upbeatradio
upbeatradio
/
jest.config.js
12 lines
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= {
"roots"
: [
"<rootDir>/src"
],
"testMatch"
: [
"**/__tests__/**/*.+(ts|tsx|js)"
,
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transform"
: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
}, }