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

Commit 55c2cc6

Browse files
gaearonwmonk
authored andcommitted
Revert "Catch "No tests found" during CI" (#2390)
* Revert "Fix wrong path expansion in end-to-end test (#2388)" This reverts commit 2aafaad. * Revert "Suggest just "yarn build" (#2385)" This reverts commit 70bf125. * Revert "Catch "No tests found" during CI (#2387)" This reverts commit 5317b3f.
1 parent 4a18386 commit 55c2cc6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tasks/e2e-kitchensink.sh

-10
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,6 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
158158
NODE_ENV=test \
159159
npm test -- --no-cache --testPathPattern=src
160160

161-
# Catch when no tests are detected
162-
testsList=$(REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
163-
CI=true \
164-
NODE_PATH=src \
165-
npm test -- --no-cache --testPathPattern=src --listTests)
166-
167-
if [[ ${testsList} =~ "[]" ]]; then
168-
exit 1
169-
fi
170-
171161
# Test "development" environment
172162
tmp_server_log=`mktemp`
173163
PORT=3001 \

0 commit comments

Comments
 (0)