We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daf1cb commit b01dc34Copy full SHA for b01dc34
1 file changed
tasks/e2e-kitchensink.sh
@@ -158,16 +158,6 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
158
NODE_ENV=test \
159
npm test -- --no-cache --testPathPattern="/src/"
160
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
171
# Test "development" environment
172
tmp_server_log=`mktemp`
173
PORT=3001 \
0 commit comments