UNPKG

pdf-invoice-generator

Version:
13 lines (8 loc) 236 B
import fs from 'fs'; import invoiceIt from '../src'; jasmine.DEFAULT_TIMEOUT_INTERVAL = 90000; jest.setTimeout(90000); describe('Invoice', () => { const htmlPathfile = './invoice.html'; const pdfPathfile = './invoice.pdf'; });