Files
libpag/web/jest.config.js
2022-01-13 22:27:11 +08:00

6 lines
107 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
setupFiles: ['jest-canvas-mock'],
};