From 17d79c4b44c5e5b8f7f8b4574a783d5b87cdf871 Mon Sep 17 00:00:00 2001 From: Slytherin <31225007+Divy123@users.noreply.github.com> Date: Fri, 18 Jan 2019 05:22:20 +0530 Subject: [PATCH] Fixed PR template test command (#677) --- .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 d4845ddc..e19aaa18 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Fixes #[Add issue number here.] Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! -* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `rake test` +* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `npm test` * [ ] code is in uniquely-named feature branch and has no merge conflicts * [ ] PR is descriptively titled * [ ] ask `@publiclab/is-reviewers` for help, in a comment below