Skip to content

Commit

Permalink
adds clean for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Oct 8, 2024
1 parent f4ecc4f commit 24078b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turborepo-tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "turborepo-tests-integration",
"scripts": {
"test": "prysk tests",
"clean": "rm -rf '**/*.t.err'",
"test:interactive": "PRYSK_INTERACTIVE=true prysk tests",
"test:parallel": ".cram_env/bin/pytest -n auto tests --prysk-shell=`which bash`",
"pretest:parallel": ".cram_env/bin/pip3 install --quiet pytest \"prysk[pytest-plugin]\" pytest-xdist"
Expand Down

0 comments on commit 24078b0

Please sign in to comment.