code-server-2/test/unit
Joe Previte cb5ab48d48
fix: coveragePathIgnorePatterns to /out
We were accidentally ignoring `node/routes` because we had "out"
instead of "/out" in `coveragePathIgnorePatterns` which caused
us to not collect coverage for those files. Now we do.
2021-05-06 11:53:17 -07:00
..
routes refactor: change limiter.Try() to .removeToken() 2021-04-19 10:57:50 -07:00
test-plugin chore: update code-server path in tsconfig 2021-03-12 12:00:57 -07:00
cli.test.ts Add flag to enable permessage-deflate 2021-05-05 12:24:34 -05:00
constants.test.ts fix: coveragePathIgnorePatterns to /out 2021-05-06 11:53:17 -07:00
emitter.test.ts refactor: move unit tests to test/unit 2021-03-12 12:00:56 -07:00
health.test.ts Refactor integration tests to use main entry point 2021-05-05 12:24:41 -05:00
http.test.ts refactor: move unit tests to test/unit 2021-03-12 12:00:56 -07:00
plugin.test.ts refactor: move unit tests to test/unit 2021-03-12 12:00:56 -07:00
proxy.test.ts Refactor integration tests to use main entry point 2021-05-05 12:24:41 -05:00
register.test.ts Replace console with logger in sw register 2021-05-04 13:29:41 -05:00
serviceWorker.test.ts refactor: move unit tests to test/unit 2021-03-12 12:00:56 -07:00
socket.test.ts refactor: move tmpdir into src/node/constants 2021-04-23 14:35:32 -07:00
update.test.ts Re-enable update tests 2021-05-04 13:29:42 -05:00
util.test.ts Share common util code with VS Code 2021-05-04 13:29:40 -05:00