code-server/test/unit/node
Joe Previte 723469ab5b
refactor: migrate from argon2 -> @node-rs/argon2 (#4733)
* chore(deps): replace argon2 w/@node-rs/argon2

* refactor: clean up hashPassword functions

* refactor(util): pass in process.platform

* fix: use correct settings for test-extension

Before, it was running into errors with an @types package.

Now, we're correctly running `tsc` so it picks up our `tsconfig.json` and we're
telling TypeScript to not typecheck our lib and exclude `node_modules`
2022-01-18 16:13:39 -07:00
..
routes Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
test-plugin release: 4.0.1 (#4678) 2022-01-05 13:06:32 -07:00
app.test.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
cli.test.ts chore: update vscode (#4680) 2022-01-04 12:37:11 -06:00
constants.test.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
http.test.ts Fix relative paths (#4594) 2021-12-08 15:52:15 -06:00
plugin.test.ts release: 4.0.1 (#4678) 2022-01-05 13:06:32 -07:00
proxy.test.ts chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 2021-12-07 14:39:01 -07:00
settings.test.ts feat: add tests for node/settings.ts (#4717) 2022-01-10 20:44:28 +00:00
socket.test.ts refactor: match /test/unit structure to /src 2021-07-29 09:48:40 -07:00
update.test.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
util.test.ts refactor: migrate from argon2 -> @node-rs/argon2 (#4733) 2022-01-18 16:13:39 -07:00