This commit is contained in:
2025-07-18 10:34:33 +00:00
parent 193524f15c
commit bf98296772
3 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { Qenv } from '@push.rocks/qenv';
const testQenv = new Qenv('./', './.nogit/');
import * as bunq from '../ts';
import * as bunq from '../ts/index.js';
let testBunqAccount: bunq.BunqAccount;
let sandboxApiKey: string;
@@ -135,4 +135,4 @@ tap.test('should stop the instance', async () => {
console.log('bunq client stopped successfully');
});
tap.start();
export default tap.start();