Skip to content

Commit ee2db70

Browse files
committed
Remove setting of BABEL_ENV
1 parent f49973a commit ee2db70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/e2e-kitchensink.sh

-4
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,12 @@ E2E_URL="http://localhost:3001" \
151151
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
152152
CI=true NODE_PATH=src \
153153
NODE_ENV=development \
154-
BABEL_ENV=test \
155154
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/*.test.js
156155
# Test "production" environment
157156
E2E_FILE=./build/index.html \
158157
CI=true \
159158
NODE_PATH=src \
160159
NODE_ENV=production \
161-
BABEL_ENV=test \
162160
PUBLIC_URL=http://www.example.org/spa/ \
163161
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/*.test.js
164162

@@ -204,14 +202,12 @@ E2E_URL="http://localhost:3002" \
204202
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
205203
CI=true NODE_PATH=src \
206204
NODE_ENV=development \
207-
BABEL_ENV=test \
208205
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/*.test.js
209206

210207
# Test "production" environment
211208
E2E_FILE=./build/index.html \
212209
CI=true \
213210
NODE_ENV=production \
214-
BABEL_ENV=test \
215211
NODE_PATH=src \
216212
PUBLIC_URL=http://www.example.org/spa/ \
217213
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/*.test.js

0 commit comments

Comments
 (0)