We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd9538 commit 769368aCopy full SHA for 769368a
booster/.husky/pre-push.ts
@@ -33,7 +33,7 @@ async function shouldSkip(): Promise<boolean> {
33
34
async function runTests(): Promise<boolean> {
35
if (await fs.pathExists('vendor/bin/pest')) {
36
- log.tool('PHPUnit', 'Running tests...')
+ log.tool('Pest', 'Running tests...')
37
try {
38
await exec(['composer', 'test:pest'], { type: 'php' })
39
log.success('Tests passed')
0 commit comments