Skip to content

Commit

Permalink
Merge pull request #194 from mikepmunroe/patch-1
Browse files Browse the repository at this point in the history
add documentation for running tests
  • Loading branch information
caridy committed Dec 12, 2013
2 parents 3578371 + 2be9125 commit cba1920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ This will link `yuidoc` into the global `/usr/local/lib/node_modules` folder.
Now all changes you make to the current source tree are available in the global `yuidoc` executable.
No need to reinstall the app to test your changes.

How to Run Unit Tests
---------------------
git clone https://github.com/yui/yuidoc.git
cd yuidoc
./scripts/test.sh

Server Mode
-----------

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Documentation
* [User Guides](http://yui.github.com/yuidoc/)
* [API Docs](http://yui.github.com/yuidoc/api/)
* [Support Mailing List](https://groups.google.com/forum/#!forum/yuidoc)



Released under the YUI BSD License
----------------------------------

Expand Down

0 comments on commit cba1920

Please sign in to comment.