blob: f88024297805d8f708bf4b2e5cd6480650f1c6fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# taler-harness
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
deployments of GNU Taler.
## Debugging
To get more actionable stack traces, enable source maps for node:
```
export NODE_OPTIONS=--enable-source-maps
```
|