bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/jest.config.js
2020-10-08 16:32:00 -03:00

10 lines
235 B
JavaScript

module.exports = {
verbose: true,
setupFilesAfterEnv: ['./jest.setup.js'],
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.css$': 'jest-transform-css',
'\\.(jpg|jpeg|png|gif|webp|svg)$': 'jest-transform-file',
},
};