UNPKG
readable-stream-clone
Version:
latest (1.0.0)
1.0.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
readable stream cloner
github.com/levansuper/readable-stream-clone
levansuper/readable-stream-clone
readable-stream-clone
/
jest.config.ts
9 lines
•
193 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Config
}
from
'@jest/types'
;
// Sync object
const
config
:
Config
.
InitialOptions
= {
verbose
:
true
,
transform
: {
'^.+\\.ts?$'
:
'ts-jest'
, }, };
export
default
config;