bauhausjs / phantom-html2pdf

Node module to generate PDFs from HTML via PhantomJS
MIT License
112 stars 47 forks source link

Add basic non - regression test for the most frequent usecase #27

Closed rossille closed 8 years ago

rossille commented 8 years ago

Changes highlights:

package.json

test/phantom-html2pdf.test.js: The test file for phantom-html2pdf.js (todo: add tests for other files)

.gitignore: add the coverage files and the data directory of my favorite IDE

dustin-H commented 8 years ago

Great Job! Thanks a lot!