code-server-2/test
Joe Previte 5c61318592
refactor: only accept string in pathToFsPath
CodeQL caught a path where we were passing in req.query.path
to pathToFsPath, which may not have been a string.

So we refactored some things to ensure we only pass it a string
which also let us change the parameter type to string
instead of string | string[].
2021-07-21 11:11:59 -07:00
..
e2e feat(vscode): update to version 1.57.0 (#3544) 2021-07-14 00:39:20 +05:30
scripts Add installer unit tests 2021-07-13 12:22:00 -05:00
unit refactor: only accept string in pathToFsPath 2021-07-21 11:11:59 -07:00
utils Centralize credential handling 2021-06-29 12:06:45 -05:00
package.json chore: remove unused dependencies and clean up test deps 2021-07-06 16:38:45 -07:00
playwright.config.ts Retain failed e2e videos only 2021-06-29 12:06:46 -05:00
tsconfig.json refactor: move jest around and add code coverage 2021-01-22 14:18:45 -07:00
yarn.lock chore: remove unused dependencies and clean up test deps 2021-07-06 16:38:45 -07:00