| 
									
										
										
										
											2021-09-14 14:43:42 +03:00
										 |  |  | module.exports = { | 
					
						
							| 
									
										
										
										
											2021-09-15 18:04:17 +02:00
										 |  |  |   rootDir: __dirname, | 
					
						
							| 
									
										
										
										
											2021-09-14 14:43:42 +03:00
										 |  |  |   setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'], | 
					
						
							|  |  |  |   modulePathIgnorePatterns: ['.cache'], | 
					
						
							|  |  |  |   testMatch: ['/**/__tests__/**/*.[jt]s?(x)'], | 
					
						
							| 
									
										
										
										
											2022-03-12 14:54:39 +07:00
										 |  |  |   // Use `jest-watch-typeahead` version 0.6.5. Newest version 1.0.0 does not support jest@26
 | 
					
						
							|  |  |  |   // Reference: https://github.com/jest-community/jest-watch-typeahead/releases/tag/v1.0.0
 | 
					
						
							| 
									
										
										
										
											2022-03-12 14:36:58 +07:00
										 |  |  |   watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], | 
					
						
							| 
									
										
										
										
											2021-09-15 18:04:17 +02:00
										 |  |  | }; |