Skip to content

Commit

Permalink
chore: typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2023
1 parent 176d590 commit 32bdc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Depending on the type of the PR, different considerations need to be taken into
#### Verifying a Fix

- **Always locally verify that the fix indeed fixes the original behavior, either through a reproduction or a failing test case.**
- We will run [ecosystem-ci](https://github.com/vuejs/ecosystem-ci) before every release, but if you are concerned about the potential impact of a change, it never hurts to manually run ecosystem-ci` by leaving a `/ecosystem-ci run` comment (only works for team members).
- We will run [ecosystem-ci](https://github.com/vuejs/ecosystem-ci) before every release, but if you are concerned about the potential impact of a change, it never hurts to manually run ecosystem-ci by leaving a `/ecosystem-ci run` comment (only works for team members).
- Take extra caution with snapshot tests! The CI can be "passing" even if the code generated in the snapshot contains bugs. It's best to always accompany a snapshot test with extra `expect(code).toMatch(...)` assertions.

### Reviewing a Refactor
Expand Down

0 comments on commit 32bdc5d

Please sign in to comment.