Skip to content

Commit 720e6ab

Browse files
docs(.github/pull_request_template): replace 'yarn test:coverage' with 'yarn run test:coverage' (#203)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent e72097b commit 720e6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
## Checklist
66

77
- [ ] Did you write the test code?
8-
- [ ] Have you run `yarn test:coverage` to make sure there is no uncovered line?
8+
- [ ] Have you run `yarn run test:coverage` to make sure there is no uncovered line?
99
- [ ] Did you write the JSDoc?

0 commit comments

Comments
 (0)