]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
grunt is enough 871/head
authorEbrahim Byagowi <ebrahim@gnu.org>
Sun, 30 Jun 2013 22:21:43 +0000 (22:21 +0000)
committerEbrahim Byagowi <ebrahim@gnu.org>
Sun, 30 Jun 2013 22:21:43 +0000 (22:21 +0000)
There was not test task, `grunt` is enough for testing. In fact this was misleading for me

CONTRIBUTING.md

index 4da8a419dc11e3bb567d3a17c7617a1d3c131b35..bf61ee674cca2295bc93337cf1a314c3f7e787b4 100644 (file)
@@ -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`.