UNPKG
@lunisolar/plugin-takesound
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
lunisolar.js的五行纳音插件
lunisolar.js.org/guide/plugins/takeSound.html
lunisolars/plugins
@lunisolar/plugin-takesound
/
jest.config.ts
14 lines
(12 loc)
•
279 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
type
{
Config
}
from
'@jest/types'
// Sync object
const
config
:
Config
.
InitialOptions
= {
verbose
:
true
,
preset
:
'ts-jest'
,
testPathIgnorePatterns
: [
'<rootDir>/node_modules/'
,
'<rootDir>/dist/'
,
'<rootDir>/__tests__/datas/'
] }
export
default
config