code-server icon indicating copy to clipboard operation
code-server copied to clipboard

[Chore]: refactor test dependencies

Open jsjoeio opened this issue 3 years ago • 0 comments

Pointed out by @code-asher, we should be separating our dependencies correctly. Right now the yarn test:integration relies on both dependencies at the root and in /test.

We need to move any test dependencies to /test/package.json (i.e. jest and typescript).

More discussion: https://github.com/coder/code-server/pull/5275#discussion_r905234769

jsjoeio avatar Jun 23 '22 18:06 jsjoeio