Commit ee2db70 1 parent f49973a commit ee2db70 Copy full SHA for ee2db70
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,12 @@ E2E_URL="http://localhost:3001" \
151
151
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
152
152
CI=true NODE_PATH=src \
153
153
NODE_ENV=development \
154
- BABEL_ENV=test \
155
154
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
156
155
# Test "production" environment
157
156
E2E_FILE=./build/index.html \
158
157
CI=true \
159
158
NODE_PATH=src \
160
159
NODE_ENV=production \
161
- BABEL_ENV=test \
162
160
PUBLIC_URL=http://www.example.org/spa/ \
163
161
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
164
162
@@ -204,14 +202,12 @@ E2E_URL="http://localhost:3002" \
204
202
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
205
203
CI=true NODE_PATH=src \
206
204
NODE_ENV=development \
207
- BABEL_ENV=test \
208
205
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
209
206
210
207
# Test "production" environment
211
208
E2E_FILE=./build/index.html \
212
209
CI=true \
213
210
NODE_ENV=production \
214
- BABEL_ENV=test \
215
211
NODE_PATH=src \
216
212
PUBLIC_URL=http://www.example.org/spa/ \
217
213
node_modules/.bin/mocha --compilers js:@babel/register --require @babel/polyfill integration/* .test.js
You can’t perform that action at this time.
0 commit comments