From a1ebdc8330c7469b3059b1e03e4009778fede59f Mon Sep 17 00:00:00 2001 From: Matt Hanley Date: Thu, 4 Nov 2021 14:06:42 +0000 Subject: [PATCH] Updated test command in the PR template no issue - The correct command for running all tests is now `yarn test:all` instead of `yarn test` --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4174a87cfa..a03fea41a9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,6 @@ Please include a description of your change & check your PR against this list, t - [ ] There's a clear use-case for this code change - [ ] Commit message has a short title & references relevant issues -- [ ] The build will pass (run `yarn test` and `yarn lint`) +- [ ] The build will pass (run `yarn test:all` and `yarn lint`) More info can be found by clicking the "guidelines for contributing" link above.