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

chore: Run npm with sudo permissions #40

Merged
merged 1 commit into from
Apr 10, 2024

chore: Run npm with sudo permissions

d1653e3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: Run npm with sudo permissions #40

chore: Run npm with sudo permissions
d1653e3
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report succeeded Apr 10, 2024 in 1s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ report.xml

8 tests were completed in 72ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
./up.bats 5✅ 28ms
completion/bash/up.bats 3✅ 44ms

✅ ./up.bats

✅ up should jump to the parent directory when called without arguments
✅ up should jump to the parent directory ending on the given name
✅ up should jump to the root directory when called with /
✅ up should jump to the first parent directory with the given name
✅ up should jump to the parent directory with the given name containing whitespace

✅ completion/bash/up.bats

✅ _up should autocomplete the list of parent directory names when given no arguments
✅ _up should autocomplete the parent directory name
✅ _up should autocomplete the parent directory name containing whitespace