Created
July 20, 2020 01:27
-
-
Save iracooke/9f6fb55bdc2f404407d5bf619e9b8071 to your computer and use it in GitHub Desktop.
Setup BATS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd | |
mkdir -p ~/.local/bin | |
mkdir -p ~/.local/lib | |
git clone https://github.com/bats-core/bats-core.git | |
cd bats-core | |
./install.sh ~/.local/ | |
cd ~/.local/lib | |
git clone https://github.com/ztombol/bats-support bats-support | |
git clone https://github.com/ztombol/bats-assert bats-assert | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment