code-server-2/test/unit/routes
Joe Previte c505fc45a8
feat: add escapeHtml function
This can be used to escape any special characters in a string with HTML before
sending from the server back to the client. This is important to prevent a
cross-site scripting attack.
2021-07-01 10:43:36 -07:00
..
health.test.ts Move health route tests to routes directory 2021-05-06 14:25:49 -05:00
login.test.ts feat: add escapeHtml function 2021-07-01 10:43:36 -07:00
static.test.ts Add static route tests 2021-05-06 14:27:11 -05:00