Skip to content

Commit

Permalink
preserve the test for linked test-integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed Sep 10, 2017
1 parent 4bb418b commit 7d5f685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ cd "$temp_app_path/test-kitchensink"
cp -r "$root_path"/packages/babel-preset-react-app node_modules

# Link to test module
cp -r "$temp_module_path/node_modules/test-integrity" node_modules
npm link "$temp_module_path/node_modules/test-integrity"

# Test the build
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
Expand Down Expand Up @@ -231,7 +231,7 @@ cp -r "$root_path"/packages/react-dev-utils node_modules
cp -r "$root_path"/packages/react-scripts node_modules

# Link to test module
cp -r "$temp_module_path/node_modules/test-integrity" node_modules
npm link "$temp_module_path/node_modules/test-integrity"

# Test the build
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
Expand Down

0 comments on commit 7d5f685

Please sign in to comment.