Skip to content

Commit

Permalink
Merge pull request #12 from JudithWell/moritz
Browse files Browse the repository at this point in the history
Added --passWithNoTests to test commands.
  • Loading branch information
joluj authored Oct 25, 2024
2 parents 57c5d46 + 45e7d30 commit 7d02659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test:b01": "vitest --dir test/adap-b01*",
"test:b02": "vitest --dir test/adap-b02*",
"test:b03": "vitest --dir test/adap-b03*",
"test:b04": "vitest --dir test/adap-b04*",
"test:b05": "vitest --dir test/adap-b05*",
"test:b06": "vitest --dir test/adap-b06*"
"test:b04": "vitest --dir test/adap-b04* --passWithNoTests",
"test:b05": "vitest --dir test/adap-b05* --passWithNoTests",
"test:b06": "vitest --dir test/adap-b06* --passWithNoTests"
},
"keywords": [],
"author": "Dirk Riehle",
Expand Down

0 comments on commit 7d02659

Please sign in to comment.