We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d2efd commit e05fb22Copy full SHA for e05fb22
jest.config.js
@@ -6,6 +6,8 @@ module.exports = {
6
],
7
transform: {
8
'^.+\\.(ts|tsx)$': 'ts-jest',
9
+ '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
10
+ './config/fileTransformer.js',
11
},
12
globals: {
13
'ts-jest': {
0 commit comments