51677f0819
* refactor: remove stylelint * refactor: move shellcheck to separate job * refactor: add helm script and job * refactor: add eslint job and yarn script * fix(test/tsconfig): exclude test-plugin * refactor: delete lint, add typecheck job * refactor: remove prebuild * wip: add notes about unit test refactor * refactor: delete buggy socket test This test was really added to in get cover specific lines but it's buggy and only passes sometimes locally. I think it's okay to remove because: - it's an implementation detail (not user facing) - not preventing any specific regressions * refactor: move test-plugin to integration suite This seems more appropriate given this tests how a plugin might work within code-server. * wip * wip: refactor vscode integration tests * refactor: move unit tests to separate job * fix: formatting * Revert "wip: refactor vscode integration tests" This reverts commit |
||
---|---|---|
.. | ||
audit.sh | ||
ci.sh | ||
fmt.sh | ||
gen_icons.sh | ||
lint-scripts.sh | ||
postinstall.sh | ||
test-e2e.sh | ||
test-integration.sh | ||
test-native.sh | ||
test-scripts.sh | ||
test-unit.sh | ||
watch.ts |