UNPKG

vue-flip-animation

Version:

# Installation

10 lines (9 loc) 235 B
module.exports = { preset: "ts-jest", testEnvironment: "node", transform: { "^.+\\.(ts|tsx)$": "ts-jest", }, modulePathIgnorePatterns: ["./dist/", "./test/mocks.ts"], coveragePathIgnorePatterns: ["./test/mocks.ts"], };