mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
Improves coverage feedback
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
"lint": "pint --test",
|
||||
"test:lint": "pint --test",
|
||||
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
|
||||
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
|
||||
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
|
||||
"test:parallel": "exit 1",
|
||||
"test:integration": "php bin/pest --colors=always --group=integration -v",
|
||||
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
|
||||
|
||||
Reference in New Issue
Block a user