fix(tests,webhooks): fix test assertions and webhook API structure

This commit is contained in:
Juergen Kunz
2025-07-22 20:25:14 +00:00
parent 5977c40e05
commit 036d111fa1
9 changed files with 79 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/bunq",
"version": "3.0.1",
"version": "3.0.2",
"private": false,
"description": "A full-featured TypeScript/JavaScript client for the bunq API",
"type": "module",
@@ -10,7 +10,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
"test": "(tstest test/ --verbose --logfile)",
"test:basic": "(tstest test/test.ts --verbose)",
"test:payments": "(tstest test/test.payments.simple.ts --verbose)",
"test:webhooks": "(tstest test/test.webhooks.ts --verbose)",