6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import { it } from '@jest/globals';
|
|
|
|
it('renders correctly', () => {
|
|
expect(1).toBe(1);
|
|
});
|