6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
describe('sheetUtils', () => {
|
|
it('should be able to run tests', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|