# How to add a unit test 1. Create a new directory in `testdata` 2. Name a go file `.go`. This file will generate the typescript. 3. Name the expected typescript file `.ts`. This is the unit test's expected output.