forwardemail / font-awesome-assets

:lipstick: Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an <svg> tag or a Base64-encoded PNG/SVG <img> tag! It supports Retina devices and custom tag attributes too!
https://lad.js.org
MIT License
130 stars 18 forks source link

Added testing with jest #3

Closed vutran closed 7 years ago

vutran commented 8 years ago

This PR will setup testing with jest with snapshot testing.

Initial tests are written for the svg() function.

niftylettuce commented 8 years ago

Can you add code coverage with Codecov.io?

vutran commented 8 years ago

Never used codecov.io before but I can set this up. You may have to setup the repo on your org account first with a CI service like travis first though.