mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +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)
 | 
						|
  })
 | 
						|
})
 |