Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 5fb62be

Browse files
authored
fix(testing): Revert change from #5299. (#5324)
1 parent 50f110a commit 5fb62be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis-env-vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ if [[ "$TEST_SUITE" == 'screenshot' ]]; then
9696
# - package (non-unit test) JS/Sass files
9797
# - screenshot test files
9898
# - image files
99-
check_for_testable_files '^packages/(?!.+/test/).+\.(js|ts|css|scss)$' '^test/screenshot/' '\.(png|jpg|jpeg|gif|svg)$'
99+
check_for_testable_files '^packages/.+\.(js|ts|css|scss)$' '^test/screenshot/' '\.(png|jpg|jpeg|gif|svg)$'
100100
fi

0 commit comments

Comments
 (0)