thoughtram / es6-babel-browserify-boilerplate

An opinionated boilerplate that uses babel to allow for es6 features and uses browserify for file bundleing
317 stars 57 forks source link

Add jasmine test framework #15

Open reneolivo opened 8 years ago

reneolivo commented 8 years ago

I have added jasmine test framework for those that want to have some of that into their projects. I have added a sample test case for the Person model and you can run the tests by simply typing npm test on the console.

Let me know if this is useful for the boiler plate and/or if it needs some fixes.