labnol / apps-script-starter

Setup a local development environment inside Visual Studio Code and build Google Workspace add-ons with Google Apps Script
https://www.youtube.com/watch?v=KxdCIbeO4Uk
MIT License
1.1k stars 176 forks source link

Feature/jest #50

Closed jwermuth closed 3 years ago

jwermuth commented 3 years ago

This PR implements jest as test framework. It replaces PR #46. It is created as part of Issue #9

jwermuth commented 3 years ago

@labnol let me know if there is something I can do to help you merging this PR

labnol commented 3 years ago

@jwermuth Can you please update the pull request using the latest version of package.*json files. Thanks.

jwermuth commented 3 years ago

Updated to lastest in 678d009 . Please advice if committing generated changes from npm install is not the correct approach.