Skip to content

Commit d252e9a

Browse files
committed
include react-dev-utils test in CI script
1 parent 3f6e4a9 commit d252e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/e2e-simple.sh

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ cd packages/react-error-overlay/
159159
npm test
160160
npm run build:prod
161161
cd ../..
162+
cd packages/react-dev-utils/
163+
npm test
164+
cd ../..
162165

163166
# ******************************************************************************
164167
# First, test the create-react-app development environment.

0 commit comments

Comments
 (0)