html2canvas/jest.config.js

6 lines
94 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
roots: ['src']
};