| 
									
										
										
										
											2020-08-27 00:24:33 +00:00
										 |  |  | import Output from './output'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | describe('Output', () => { | 
					
						
							|  |  |  |   describe('setBuildVersion', () => { | 
					
						
							|  |  |  |     it('does not throw', async () => { | 
					
						
							|  |  |  |       await expect(Output.setBuildVersion('1.0.0')).resolves.not.toThrow(); | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | }); | 
					
						
							| 
									
										
										
										
											2022-11-23 09:06:58 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | describe('Output', () => { | 
					
						
							|  |  |  |   describe('setAndroidVersionCode', () => { | 
					
						
							|  |  |  |     it('does not throw', async () => { | 
					
						
							|  |  |  |       await expect(Output.setAndroidVersionCode('1000')).resolves.not.toThrow(); | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | }); |