fix(core): Fix file import paths and remove markdown syntax from README
This commit is contained in:
@ -2,7 +2,7 @@ import { tap, expect } from '@push.rocks/tapbundle';
|
||||
|
||||
import * as xinvoice from '../ts/index.js';
|
||||
|
||||
import * as getInvoices from './assets/getinvoice.js';
|
||||
import * as getInvoices from './assets/getasset.js';
|
||||
|
||||
const test1 = tap.test('XInvoice should correctly embed XML into a PDF', async (tools) => {
|
||||
// lets setup the XInvoice instance
|
||||
|
Reference in New Issue
Block a user