chore: minor fixes in the config

This commit is contained in:
alxshelepenok 2019-05-09 16:43:21 +03:00
parent 4eeaea4bd1
commit d0c4809d8f
2 changed files with 2 additions and 3 deletions

View File

@ -25,5 +25,5 @@ module.exports = {
)
),
StaticQuery: jest.fn(),
useStaticQuery: jest.fn(),
useStaticQuery: jest.fn()
};

View File

@ -8,7 +8,7 @@ module.exports = {
testMatch: ['**/__tests__/**/*.js', '**/?(*.)test.js'],
moduleNameMapper: {
'.+\\.(css|styl|less|sass|scss)$': 'identity-obj-proxy',
'.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/jest/__mocks__/fileMock.js'
'.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/jest/__mocks__/file-mock.js'
},
testPathIgnorePatterns: ['node_modules', '.cache', 'public'],
transformIgnorePatterns: [
@ -17,6 +17,5 @@ module.exports = {
globals: {
__PATH_PREFIX__: ''
},
testURL: 'http://localhost/',
setupFiles: ['<rootDir>/jest/loadershim.js']
};