Skip to content

Commit 4fac685

Browse files
committed
Remove the snap test from the proper directory (#403)
1 parent 533fe73 commit 4fac685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd "$(dirname "$0")"
1212
function cleanup {
1313
echo 'Cleaning up.'
1414
cd $initial_path
15-
rm ../template/src/__tests__/__snapshots__/App-test.js.snap
15+
rm ../packages/react-scripts/template/src/__tests__/__snapshots__/App-test.js.snap
1616
rm -rf $temp_cli_path $temp_app_path
1717
}
1818

0 commit comments

Comments
 (0)