UNPKG

@magflip/flipview

Version:

One of the core view plugins of MagFlip, displaying the book in a flipping format.

5 lines 147 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], // 테스트 파일 위치 설정 };