diff --git a/.gitignore b/.gitignore index b4707b5..26ef0c8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ dist *~ *.diff *.patch +/*.txt +/*.csv /*.html .DS_Store .sizecache.json diff --git a/README.md b/README.md index 01a1033..4c9736d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)