superset/superset-frontend/packages/generator-superset/generators/plugin-chart/templates/jest.config.erb

7 lines
209 B
Plaintext
Raw Normal View History

module.exports = {
moduleFileExtensions: ['mock.js', 'ts', 'tsx', 'js', 'jsx', 'json', 'node'],
moduleNameMapper: {
'\\.(gif|ttf|eot|png|jpg)$': '<rootDir>/test/__mocks__/mockExportString.js',
},
};