Skip to content

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

@turboBasic turboBasic force-pushed the fix/missing-ls-command branch from a3347ce to 32dd771 Compare September 27, 2024 15:20
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