Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/test/unit
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
..
common Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
node refactor: migrate from argon2 -> @node-rs/argon2 (#4733) 2022-01-18 16:13:39 -07:00
helpers.test.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00