This commit is contained in:
Florian Dold 2023-02-06 23:49:41 +01:00
parent 115425f1d0
commit f7982ed996
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -3,3 +3,11 @@
This package implements the `taler-harness` CLI tool. It contains integration This package implements the `taler-harness` CLI tool. It contains integration
tests for GNU Taler and GNU anastasis, as well as various helpers for managing tests for GNU Taler and GNU anastasis, as well as various helpers for managing
deployments of GNU Taler. deployments of GNU Taler.
## Debugging
To get more actionable stack traces, enable source maps for node:
```
export NODE_OPTIONS=--enable-source-maps
```