web-assets/filterizr/v2/jest.config.js

8 lines
137 B
JavaScript
Raw Normal View History

2023-12-30 22:34:25 +01:00
/* global module */
module.exports = {
roots: ['<rootDir>/tests', '<rootDir>/src'],
transform: {
'^.+\\.ts$': 'ts-jest',
},
};