"npm test" results :
with fs.close():
phantom-html2pdf.js Simple end to end test (node:13964) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:13964) DeprecationWarning: Calling an asynchronous function without callback is deprecated. ✓ Should generate a PDF file without crashing (4101ms)
With fs.closeSync():
phantom-html2pdf.js Simple end to end test ✓ Should generate a PDF file without crashing (1155ms)
Fixing Issue #47
"npm test" results : with fs.close():
phantom-html2pdf.js Simple end to end test (node:13964) DeprecationWarning: Calling an asynchronous function without callback is deprecated. (node:13964) DeprecationWarning: Calling an asynchronous function without callback is deprecated. ✓ Should generate a PDF file without crashing (4101ms)
With fs.closeSync():
phantom-html2pdf.js Simple end to end test ✓ Should generate a PDF file without crashing (1155ms)
it's even faster ;)