UNPKG
vue-flip-animation
Version:
latest (1.0.1)
1.0.1
# Installation
vue-flip-animation
/
jest.config.ts
10 lines
(9 loc)
•
235 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, transform: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
, }, modulePathIgnorePatterns: [
"./dist/"
,
"./test/mocks.ts"
], coveragePathIgnorePatterns: [
"./test/mocks.ts"
], };