# testing.RecordedAnswer

- **Module:** testing
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/testing.ts#L60
- **Page:** https://libtmux.org/en/ts/latest/reference/testing-recordedanswer/

One invocation and what tmux answered, as JSON.

## Members

- `exitCode` (property)
- `stderr` (property): Bytes, as numbers: a recording is JSON and tmux output is not text.
- `stdout` (property)
