feat: Start refactoring code base to be testable
Implement a spreadsheet service abstraction, GAS integration, and Jest testing setup.
This commit is contained in:
5
src/sheetUtils.test.ts
Normal file
5
src/sheetUtils.test.ts
Normal file
@ -0,0 +1,5 @@
|
||||
describe('sheetUtils', () => {
|
||||
it('should be able to run tests', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user