mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
fix test aliases
This commit is contained in:
parent
2fac6197f0
commit
4c5b8bbcba
1 changed files with 4 additions and 4 deletions
|
|
@ -44,11 +44,11 @@ alias zucumber='zeus cucumber'
|
||||||
alias zt='zeus test'
|
alias zt='zeus test'
|
||||||
alias zest='zeus test'
|
alias zest='zeus test'
|
||||||
|
|
||||||
alias zu='zeus test/unit/*'
|
alias zu='zeus test test/unit/*'
|
||||||
alias zunits='zeus test/unit/*'
|
alias zunits='zeus test test/unit/*'
|
||||||
|
|
||||||
alias zf='zeus test/functional/*'
|
alias zf='zeus test test/functional/*'
|
||||||
alias zunctional='zeus test/functional/*'
|
alias zunctional='zeus test test/functional/*'
|
||||||
|
|
||||||
alias za='zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
|
alias za='zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
|
||||||
alias zall='zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
|
alias zall='zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue