mirror of
https://github.com/jbranchaud/til
synced 2026-07-06 17:20:33 +00:00
Fix typo in old mise TIL
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
# Create Umbrella Task For All Test Tasks
|
# Create Umbrella Task For All Test Tasks
|
||||||
|
|
||||||
When I was first sketching out the [`mise`
|
When I was first sketching out the [`mise` tasks](https://mise.jdx.dev/tasks/running-tasks.html) for a Rails app, I added
|
||||||
tasks](https://mise.jdx.dev/tasks/running-tasks.html) for a Rails app, I added
|
the following two tasks. One is for running all the `rspec` tests. The other is
|
||||||
the following two tasks. One is for running all the `rspec` tests. The Other is
|
|
||||||
for running all the `vitest` (JavaScript) tests.
|
for running all the `vitest` (JavaScript) tests.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
@@ -49,5 +48,4 @@ Running `mise run test:all` won't execute its own command, but because it
|
|||||||
depends on all other `test:*` tasks, the tests will get run through those
|
depends on all other `test:*` tasks, the tests will get run through those
|
||||||
dependencies.
|
dependencies.
|
||||||
|
|
||||||
This task naming pattern also allows for calling all tests with `mise run
|
This task naming pattern also allows for calling all tests with `mise run "test:**"`.
|
||||||
"test:**"`.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user