| 
									
										
										
										
											2022-12-05 20:14:56 +00:00
										 |  |  | /** @type {import('ts-jest').JestConfigWithTsJest} */ | 
					
						
							|  |  |  | export default { | 
					
						
							|  |  |  | 	preset: 'ts-jest', | 
					
						
							|  |  |  | 	verbose: true, | 
					
						
							| 
									
										
										
										
											2023-01-17 10:25:19 +00:00
										 |  |  | 	testMatch: ['<rootDir>/(backend|consumer)/test/**/(*.)+(spec|test).[jt]s?(x)'], | 
					
						
							| 
									
										
										
										
											2022-12-05 20:14:56 +00:00
										 |  |  | 	testTimeout: 30000, | 
					
						
							|  |  |  | 	testEnvironment: 'miniflare', | 
					
						
							|  |  |  | 	// Configuration is automatically loaded from `.env`, `package.json` and
 | 
					
						
							|  |  |  | 	// `wrangler.toml` files by default, but you can pass any additional Miniflare
 | 
					
						
							|  |  |  | 	// API options here:
 | 
					
						
							|  |  |  | 	testEnvironmentOptions: {}, | 
					
						
							|  |  |  | } |