Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 20, 2024
1 parent 27a5b59 commit f119eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions ci/client/__tests__/__snapshots__/client.deps.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`StarshipClient has all deps 2`] = `"something"`;
exports[`StarshipClient missing deps 1`] = `
"Call: exec(["something"])
Log⬇
xkubectl
✓kubectl
xdocker
✓helm
EndLog⬆
Expand All @@ -21,10 +21,6 @@ EndLog⬆
Log⬇
kubectl: https://kubernetes.io/docs/tasks/tools/
Alternatively, you can install Docker for Mac which includes Kubernetes: https://docs.docker.com/desktop/install/mac-install/
docker: https://docs.docker.com/get-docker/
For macOS, you may also consider Docker for Mac: https://docs.docker.com/desktop/install/mac-install/
Expand Down
2 changes: 1 addition & 1 deletion ci/client/__tests__/client.deps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('StarshipClient', () => {
const { client, ctx } = createClient();

client.dependencies = client.dependencies.map(dep=>{
if (['kubectl', 'docker'].includes(dep.name)) {
if (['docker'].includes(dep.name)) {
return {
...dep,
installed: false
Expand Down

0 comments on commit f119eb7

Please sign in to comment.