bigbluebutton-Github/bigbluebutton-tests/puppeteer/jest.config.js
2021-08-01 18:24:17 -03:00

11 lines
274 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',
// "rootDir": "./",
// },
};