UNPKG
@atharahmed/cryptomus
Version:
latest (0.3.0)
0.3.0
Node wrapper for cryptomus api
github.com/qweme32/cryptomus
qweme32/cryptomus
@atharahmed/cryptomus
/
jest.config.ts
14 lines
(10 loc)
•
266 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * For a detailed explanation regarding each configuration property, visit: * https://jestjs.io/docs/configuration */
import
type
{
Config
}
from
'jest'
;
const
config
:
Config
= {
preset
:
"ts-jest"
,
setupFiles
: [
'dotenv/config'
], };
export
default
config;