test(ivy): update size tests (#21940)

PR Close #21940
This commit is contained in:
Kara Erickson
2018-04-05 16:01:28 -07:00
committed by Igor Minar
parent ae8a0092bd
commit 629629d1bd
+1 -1
View File
@@ -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"