mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'jsdom',
|
||
|
roots: ['src']
|
||
|
};
|