Skip to content

Commit 75b14fc

Browse files
committed
fix tests
1 parent 87617bf commit 75b14fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"test:unit": "pest --colors=always",
5454
"test": [
5555
"@test:lint",
56-
"@test:types"
56+
"@test:types",
57+
"pest --colors=always"
5758
]
5859
}
5960
}

0 commit comments

Comments
 (0)