Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fix(ls): fix missing ls command #671

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

turboBasic
Copy link

@turboBasic turboBasic commented Sep 27, 2024

Description

Related Issue(s)

This PR is fixes #670

Motivation and Context

Fix missing zinit ls command

Usage examples

zunit tests/ls.zunit

How Has This Been Tested?

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation change
  • New feature (non-breaking change which adds functionality)

Checklist:

  • All new and existing tests passed. ⚠️ No, test for zinit ls currently fails
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.

@turboBasic
Copy link
Author

turboBasic commented Sep 27, 2024

I see that the new tests added to tests/ dir are not automatically executed by test runner.

I have moved contents of ls.zunit inside tests/commands.zunit so that failing test is visible in GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: zinit ls command is missing
1 participant