UNPKG
sorted-circular-buffer
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Sorted Circular Buffer
github.com/gnarr/SortedCircularBuffer
gnarr/SortedCircularBuffer
sorted-circular-buffer
/
jest.config.js
18 lines
(17 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports
=
{
"roots"
: [
"<rootDir>/src"
],
"transform"
: {
"^.+
\\
.tsx?$"
:
"ts-jest"
},
"testRegex"
:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.tsx?$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
], }