mozillascience / software-discovery-dashboard

MIT License
19 stars 8 forks source link

Support for Jasmine CLI and Jasmine module #43

Closed lukecoy closed 8 years ago

lukecoy commented 8 years ago

Unit testing boilerplate for ES6 JS. The configuration always points to the build, nothing else.. so you can run jasmine as a command like you normally would if it is globally installed. If not, that's fine.. I added a simple gulp task (gulp test) that encapsulates the jasmine module itself as well. so there's literally no excuse to not unit test ;)

This is tested against actual unit tests I'll be pushing btw

@mok4ry @Lettuceman44

varzaman commented 8 years ago

:+1: