Removing test files

This commit is contained in:
Borales 2019-10-13 23:32:24 +02:00
parent bde4840b6f
commit 8148c8b160
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5
4 changed files with 0 additions and 29 deletions

View File

@ -1,2 +0,0 @@
brew "bats"
brew "shellcheck"

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

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

View File

@ -1,2 +0,0 @@
#!/bin/sh
echo "Fake yarn"