grant / ts2gas

A function that transpiles TypeScript to Google Apps Script.
http://npmjs.com/ts2gas
MIT License
88 stars 11 forks source link

Feat/use testing framework #79

Open BSteffaniak opened 1 year ago

BSteffaniak commented 1 year ago

Hi! I've been working on an attempt to fix #71 and wanted to offer to add the Jest testing library as a separate PR.

I've updated test.ts to compare ts2gas code against what we expect it to be for a given ts input.

Using a unit testing framework like Jest has given me a much better dev experience to make sure I'm not breaking things as I'm trying stuff out.

ts2gas-jest

Let me know your thoughts!