8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import App from './App';
|
|
|
|
describe('App', () => {
|
|
it('should exist', () => {
|
|
expect(App).toBeTruthy();
|
|
});
|
|
});
|