| 
									
										
										
										
											2018-04-08 01:16:03 +01:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  |   moduleNameMapper: { | 
					
						
							| 
									
										
										
										
											2018-04-08 21:04:30 +01:00
										 |  |  |     '\\.(jpg|jpeg|png|svg|woff|woff2)$': '<rootDir>/src/__mocks__/fileMock.js', | 
					
						
							|  |  |  |     // Plain CSS - match css files that don't end with
 | 
					
						
							|  |  |  |     // '.module.css' https://regex101.com/r/VzwrKH/4
 | 
					
						
							|  |  |  |     '^(?!.*\\.module\\.css$).*\\.css$': '<rootDir>/src/__mocks__/styleMock.js', | 
					
						
							| 
									
										
										
										
											2018-04-08 01:16:03 +01:00
										 |  |  |     // CSS Modules - match files that end with 'module.css'
 | 
					
						
							| 
									
										
										
										
											2018-05-18 19:07:32 +01:00
										 |  |  |     '\\.module\\.css$': 'identity-obj-proxy', | 
					
						
							|  |  |  |     analytics: '<rootDir>/src/__mocks__/analyticsMock.js' | 
					
						
							| 
									
										
										
										
											2018-04-08 01:16:03 +01:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2018-04-08 21:04:30 +01:00
										 |  |  |   testPathIgnorePatterns: ['/node_modules/', '<rootDir>/.cache/'], | 
					
						
							| 
									
										
										
										
											2018-04-08 01:16:03 +01:00
										 |  |  |   globals: { | 
					
						
							| 
									
										
										
										
											2018-04-08 21:04:30 +01:00
										 |  |  |     __PATH_PREFIX__: '' | 
					
						
							| 
									
										
										
										
											2018-09-11 22:57:13 +03:00
										 |  |  |   }, | 
					
						
							|  |  |  |   verbose: true, | 
					
						
							|  |  |  |   transform: { | 
					
						
							|  |  |  |     '^.+\\.js$': '<rootDir>/jest.transform.js' | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2019-02-18 19:32:49 +00:00
										 |  |  |   transformIgnorePatterns: ['node_modules/(?!(gatsby)/)'] | 
					
						
							| 
									
										
										
										
											2018-04-08 21:04:30 +01:00
										 |  |  | }; |