UNPKG
@lunisolar/plugin-char8ex
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
lunisolar.js的八字增强插件
lunisolar.js.org/guide/plugins/char8ex.html
lunisolars/plugins
@lunisolar/plugin-char8ex
/
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