<
Trying ArchUnit with Typescript

2020-11-28

I recently learned about something called ArchUnit. It seems that it can test dependencies. I want to try it out right away, so I'll leave this as a memo....

I want to test with Google Apps Script too! (Clasp + Typescript + Jest)

2020-02-01

I have published a library in Google Apps Script (hereafter, GAS). When developing the library, I chose a tech stack of `Clasp + Typescript + Jest` to shorten the test feedback cycle. I would like to share my development experience. I haven't done anything particularly unusual....

Remote Debugging (Break Point) with IntelliJ + TypeScript + Docker

2019-12-28

Running `ts-node-dev --inspect=0.0.0.0:9229 ./dist/index.js` on Docker container...