Skip to content

Commit

Permalink
chore: added integration to validate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jun 19, 2024
1 parent a654828 commit 7308edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ROOT=$(cd "$(dirname "$0")/.."; pwd)

FILES=$(find $ROOT/{apps,packages,internal} -name '*.test.ts')
INVALID_FILES=$(grep -LE "@group\s+(node|browser|e2e)" $FILES)
INVALID_FILES=$(grep -LE "@group\s+(node|browser|e2e|integration)" $FILES)

if [ ! -z "$INVALID_FILES" ]; then
echo -e "Test files don't contain a test environment configuration:"
Expand Down

0 comments on commit 7308edf

Please sign in to comment.