8 Commits

Author SHA1 Message Date
d7f06975a6 test: Switch from leaked-handles to wtfnode (#2604)
See my comments at
https://github.com/cdr/code-server/pull/2563#issuecomment-763394741
2021-02-01 11:06:49 -05:00
3044224729 feat: add support for code coverage shield 2021-01-25 16:21:07 -07:00
850c7e1a91 fix: add void for resolve in socket test 2021-01-21 10:11:10 -07:00
0a07d67c8d fix: prevent mocha/jest types conlict
Modify the tsconfig.json in lib/vscode/src/build.

This adds the flag skipLibCheck: true to tell TypeScript
to not type-check the declaration files at build time.

We need to add this because otherwise it checks the declaration
files and reports an error of duplicate type definitions
because we use Jest for our tests and they use Mocha and they
both use the global namespace "test" in their .d.ts files.
2021-01-21 10:11:09 -07:00
cef7d42652 feat: setup jest 2021-01-21 10:10:32 -07:00
bae28727bd src/node/cli.ts: Add --cert-host to configure generated certificate hostname 2020-10-30 13:36:53 -04:00
d8568ebaa9 Enforce import order 2020-08-13 17:11:35 -05:00
b29346ecdf Implement new structure 2020-02-04 14:31:44 -06:00