From df011dc9b4baa3d4ab3f4a7d60de83b1f29df9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A8o=20Gauthier?= Date: Sun, 12 Sep 2021 22:20:02 +0200 Subject: [PATCH] Added guidelines before running 'npm run test' used to prevent test failure in CONTRIBUTING.md (#4728) * Added guidelines before running 'npm run test' used to prevent test failure * Update .github/CONTRIBUTING.md Co-authored-by: Geshi * Update .github/CONTRIBUTING.md Co-authored-by: Sachin Raja <58836760+sachinraja@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Geshi Co-authored-by: Sachin Raja <58836760+sachinraja@users.noreply.github.com> Co-authored-by: Adam Wathan --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 35cd0c104..cfd8d5c24 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ npm run style -- --fix You can run the test suite using the following commands: ```sh -npm test +npm run babelify && npm test ``` Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.