google / aside

🚀 Apps Script development with formatting, linting, testing and more!
Apache License 2.0
322 stars 5 forks source link

Added a stub unit test to avoid jest failing on a fresh project #5

Closed echom closed 1 year ago

echom commented 1 year ago

Added a stub unit test to the source template to avoid jest failing on fresh project.

When initializing an ASIDE project, the CLI would not generate a test folder. That leads to any command including the test command to fail as Jest complains about the test folder not being there. Modified the template folder to include a stub test that gets generated alongside the stub source.

echom commented 1 year ago

Closing after discussion and realizing this will need a different approach.