From 07d95e6e7e010ec2011003973a72428b8a9fc9dd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 30 Jun 2013 22:21:43 +0000 Subject: [PATCH] grunt is enough There was not test task, `grunt` is enough for testing. In fact this was misleading for me --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4da8a419d..bf61ee674 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ To contribute, fork the library and install grunt. You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature. -To run the tests, do `grunt test` to run all tests. +To run the tests, do `grunt` to run all tests. To check the filesize, you can use `grunt size`. -- 2.47.2