gas-mock-globals
gas-mock-globals copied to clipboard
This pull request rewrites the codebase to typescript. - [x] Change all files from .js to .ts - [x] Convert imports and exports to Typescript style - [x] Add any...
Hi, that would be nice to have the type definition file to be able to use it with Typescript. Thx for this cool lib ;-)
Hi again, recently I had to include [SpreadsheetApp.flush()](https://developers.google.com/apps-script/reference/spreadsheet/spreadsheet-app#flush) in my project & now almost all the tests are failing bcoz flush function is not available in ScriptAppStubConfiguration class. Just wanted...