Skip to content

Commit

Permalink
Updated the readme with testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarif committed May 14, 2014
1 parent c5e3820 commit e7f34c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dist
*~
*.diff
*.patch
/*.txt
/*.csv
/*.html
.DS_Store
.sizecache.json
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ You should be able to see the below message for a successful build and a folder

Done, without errors.

### Testing

$ grunt test

We use jasmine as a unit testing framework to test our boilerplate code, as of now it's been only done for _.main.js, you would get all the test done in the next release.


## Contributing

Expand All @@ -117,11 +123,6 @@ Anyone and everyone is welcome to [contribute](#).

* MIT/GPL license

## Change Log




## Author

* Mohammed Arif [@arif_iq](http://twitter.com/arif_iq), [github](https://github.com/mdarif)

0 comments on commit e7f34c1

Please sign in to comment.