Skip to content

Commit

Permalink
Remove the snap test from the proper directory (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyogan committed Aug 15, 2016
1 parent 533fe73 commit 4fac685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname "$0")"
function cleanup {
echo 'Cleaning up.'
cd $initial_path
rm ../template/src/__tests__/__snapshots__/App-test.js.snap
rm ../packages/react-scripts/template/src/__tests__/__snapshots__/App-test.js.snap
rm -rf $temp_cli_path $temp_app_path
}

Expand Down

0 comments on commit 4fac685

Please sign in to comment.