diff --git a/.gitignore b/.gitignore index 850179e..556d240 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ tmp/ lib/adapter.js +integration-tests/ diff --git a/integration-tests.sh b/integration-tests.sh index 9b59acb..6a6d285 100755 --- a/integration-tests.sh +++ b/integration-tests.sh @@ -1,4 +1,4 @@ PKG_FILE="$PWD/$(npm pack)" git clone https://github.com/karma-runner/integration-tests.git --depth 1 cd integration-tests -./run.sh "jasmine" $PKG_FILE +./run.sh -g "jasmine" $PKG_FILE