Files
coder/scripts/apitypings/testdata
Steven Masley f0bd258ff1 feat: move proxy settings page to deployment options (#8246)
* feat: Move workspace proxy page to deployment options

Workspace proxy settings page is now an admin feature

* WorkspaceProxy response extends region
2023-06-30 11:32:35 -04:00
..
2023-02-18 18:32:09 -06:00

How to add a unit test

  1. Create a new directory in testdata
  2. Name a go file <directory_name>.go. This file will generate the typescript.
  3. Name the expected typescript file <directory_name>.ts. This is the unit test's expected output.