Skip to content

Commit 769368a

Browse files
committed
refactor: update log message for test runner from PHPUnit to Pest
1 parent 7dd9538 commit 769368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/.husky/pre-push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function shouldSkip(): Promise<boolean> {
3333

3434
async function runTests(): Promise<boolean> {
3535
if (await fs.pathExists('vendor/bin/pest')) {
36-
log.tool('PHPUnit', 'Running tests...')
36+
log.tool('Pest', 'Running tests...')
3737
try {
3838
await exec(['composer', 'test:pest'], { type: 'php' })
3939
log.success('Tests passed')

0 commit comments

Comments
 (0)