Skip to content

Commit 5babae8

Browse files
authored
add cleanup to integration tests (#486)
1 parent 18af1e2 commit 5babae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_test/run_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ function cleanup {
104104
rm $DIR/functions/firebase-functions.tgz
105105
rm $DIR/functions/package.json
106106
rm -f $DIR/functions/firebase-debug.log
107-
rm -rf $DIR/functions/node_modules/firebase-functions
107+
rm -rf $DIR/functions/lib
108+
rm -rf $DIR/functions/node_modules
108109
}
109110

110111
# Setup

0 commit comments

Comments
 (0)