|
|
@ -15,7 +15,7 @@ module.exports = {
|
|
|
|
// projects: ['<rootDir>/web/'], // https://jestjs.io/docs/configuration#projects-arraystring--projectconfig
|
|
|
|
// projects: ['<rootDir>/web/'], // https://jestjs.io/docs/configuration#projects-arraystring--projectconfig
|
|
|
|
rootDir: '.',
|
|
|
|
rootDir: '.',
|
|
|
|
testRegex: '.*\\.(test|spec)\\.tsx?$',
|
|
|
|
testRegex: '.*\\.(test|spec)\\.tsx?$',
|
|
|
|
testPathIgnorePatterns: ['/node_modules/', '/e2e/cypress/'],
|
|
|
|
testPathIgnorePatterns: ['/node_modules/', '/e2e/'],
|
|
|
|
transform: {
|
|
|
|
transform: {
|
|
|
|
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
|
|
|
|
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
|
|
|
|
'<rootDir>/test/fileTransformer.js',
|
|
|
|
'<rootDir>/test/fileTransformer.js',
|
|
|
|