Skip to content

Commit

Permalink
Updating test.bats to remove backstop references
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol authored Aug 31, 2024
1 parent 06191f1 commit c8d8807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
setup() {
set -eu -o pipefail
export DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )/.."
export TESTDIR=~/tmp/test-addon-backstopjs
export TESTDIR=~/tmp/test-addon-aljibe
mkdir -p $TESTDIR
export PROJNAME=test-addon-backstopjs
export PROJNAME=test-addon-aljibe
export DDEV_NON_INTERACTIVE=true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
Expand Down

0 comments on commit c8d8807

Please sign in to comment.