Removing test files

This commit is contained in:
Borales
2019-10-13 23:32:24 +02:00
parent bde4840b6f
commit 8148c8b160
4 changed files with 0 additions and 29 deletions
-2
View File
@@ -1,2 +0,0 @@
brew "bats"
brew "shellcheck"
-15
View File
@@ -1,15 +0,0 @@
#!/bin/sh
# script/bootstrap: Resolve dependencies that the application requires to run.
# Exit if any subcommand fails
set -e
# Ensure we're always running from the project root
cd "$(dirname "$0")/.."
if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
brew bundle check >/dev/null 2>&1 || {
echo "==> Installing Homebrew dependencies…"
brew bundle
}
fi
-10
View File
@@ -1,10 +0,0 @@
#!/bin/sh
# Exit if any subcommand fails
set -e
# Ensure we're always running from the project root
cd "$(dirname "$0")/.."
bats test/*.bats
shellcheck *.sh
-2
View File
@@ -1,2 +0,0 @@
#!/bin/sh
echo "Fake yarn"