MIF_E31210141/public/landing/third-party/splide/jest.config.js

8 lines
126 B
JavaScript

module.exports = {
rootDir : './src',
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
testEnvironment: 'jsdom',
};