Skip to content

Commit

Permalink
test(ivy): update size tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Apr 5, 2018
1 parent fc813f6 commit 28a033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rm_cache
mkdir $cache
trap rm_cache EXIT

for testDir in $(ls | grep -Ev 'node_modules|render3') ; do
for testDir in $(ls | grep -v node_modules) ; do
[[ -d "$testDir" ]] || continue
echo "#################################"
echo "Running integration test $testDir"
Expand Down

0 comments on commit 28a033f

Please sign in to comment.