mirror of
				https://github.com/aleleba/chartjs-2-react.git
				synced 2025-11-03 15:39:28 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import ExampleComponent from './'
 | 
						|
 | 
						|
describe('ExampleComponent', () => {
 | 
						|
  it('is truthy', () => {
 | 
						|
    expect(ExampleComponent).toBeTruthy()
 | 
						|
  })
 | 
						|
})
 |