code-server-2/test
Joe Previte 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
..
test-plugin v3.7.0 2020-11-16 11:11:50 -05:00
cli.test.ts fix: prevent mocha/jest types conlict 2021-01-21 10:11:09 -07:00
httpserver.ts Formatting and linting fixes 2021-01-20 02:06:44 -05:00
integration.ts heart.ts: Fix leak when server closes 2021-01-20 02:06:44 -05:00
plugin.test.ts feat: setup jest 2021-01-21 10:10:32 -07:00
proxy.test.ts Formatting and linting fixes 2021-01-20 02:06:44 -05:00
socket.test.ts fix: prevent mocha/jest types conlict 2021-01-21 10:11:09 -07:00
tsconfig.json Make updating work for both binary and loose releases 2020-02-20 18:48:16 -06:00
update.test.ts feat: setup jest 2021-01-21 10:10:32 -07:00
util.test.ts feat: setup jest 2021-01-21 10:10:32 -07:00