mirror of
https://github.com/zhigang1992/libpag.git
synced 2026-01-12 22:48:25 +08:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'jsdom',
|
|
setupFiles: ['jest-canvas-mock'],
|
|
};
|