File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55![ NPM Version] ( https://img.shields.io/npm/v/bats-zsh?logo=npm&logoColor=%23999999 )
66![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/targendaz2/bats-zsh/test.yml?logo=github&label=tests&logoColor=%23999999 )
77
8- Wrapper enabling [ Bats] ( https://github.com/bats-core/bats-core ) to source and test Zsh scripts.
8+ Plugin enabling [ Bats] ( https://github.com/bats-core/bats-core ) to source and test Zsh scripts.
99
10- ## Install
10+ ## Installation
1111
12- ` npm ` is the preferred installation method .
12+ This package is available on the npm registry as ` bats-zsh ` .
1313
1414``` bash
15- npm install -D bats-zsh
15+ npm install -D bats bats-support bats -zsh
1616```
1717
1818## Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " bats-zsh" ,
33 "version" : " 1.2.1" ,
4- "description" : " Wrapper enabling Bats to test functions in Zsh scripts" ,
4+ "description" : " Plugin enabling Bats to test functions in Zsh scripts" ,
55 "packageManager" : " yarn@4.3.1" ,
66 "keywords" : [
77 " bats" ,
You can’t perform that action at this time.
0 commit comments