mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 04:54:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| describe('test', () => {
 | |
|   it('should be true', () => {
 | |
|     const res = true
 | |
|     expect(res).toEqual(true)
 | |
|   })
 | |
| })
 |