mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
* feat: Support generating generics in interfaces * Switch struct to a template * Support generics in apitypings
248 B
248 B
How to add a unit test
- Create a new directory in
testdata - Name a go file
<directory_name>.go. This file will generate the typescript. - Name the expected typescript file
<directory_name>.ts. This is the unit test's expected output.