UNPKG
@oyl/sdk
Version:
latest (1.17.0)
1.17.0
1.16.0
1.15.0
1.14.2
1.14.1
1.14.0
1.13.0
1.12.4
Oyl SDK
github.com/oyl-wallet/oyl-sdk
oyl-wallet/oyl-sdk
@oyl/sdk
/
jest.config.ts
10 lines
(7 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Config
}
from
'@jest/types'
const
config
:
Config
.
InitialOptions
= {
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
testMatch
: [
'**/src/**/*.(spec|test).[jt]s?(x)'
], }
export
default
config