5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
|
|
test('Sanity Check', () => {
|
|
expect(1 + 1).toBe(2);
|
|
});
|