fix(core): update
This commit is contained in:
parent
64e334761e
commit
84c6a599ac
@ -6,8 +6,9 @@ interface ITestTransaction {
|
||||
amount: number;
|
||||
}
|
||||
|
||||
tap.test('first test', async () => {
|
||||
tap.test('implement test csv parser', async () => {
|
||||
class MyCsvParser extends finplusInterfaces.AcCsvParser<ITestTransaction> {
|
||||
paymentProviderName: 'bunq';
|
||||
public transactionArray: ITestTransaction[] = [];
|
||||
public async getTransactions(): Promise<ITestTransaction[]> {
|
||||
return this.transactionArray;
|
||||
|
Loading…
Reference in New Issue
Block a user