UNPKG
sorting-lib
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A library that makes sorting easier by introducing `Comparator`
sorting-lib
/
jest.config.ts
9 lines
(6 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Config
}
from
'@jest/types'
;
const
config
:
Config
.
InitialOptions
= {
preset
:
'ts-jest'
,
testEnvironment
:
'node'
, };
export
default
config;