Skip to content

Commit

Permalink
chore(deps-dev): add Pest parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Oct 5, 2022
1 parent 6831b69 commit 2feb9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"require-dev": {
"pestphp/pest": "^1.22.1",
"soundasleep/component-tests": "^0.2.1"
"soundasleep/component-tests": "^0.2.1",
"pestphp/pest-plugin-parallel": "^1.2"
},
"scripts": {
"test:unit": "vendor/bin/pest -p"
Expand Down

0 comments on commit 2feb9e0

Please sign in to comment.