# testing.RecordedCall.commands

- **Module:** testing.RecordedCall
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/testing.ts#L47
- **Page:** https://libtmux.org/en/ts/latest/reference/testing-recordedcall-commands/

The commands tmux ran, without the connection flags.

The flags say which socket and which binary, which is what differs
between the machine that recorded and the one replaying; the commands are
what decided the answer. Keying on these lets a fixture recorded on one
socket replay on a `Server` built with no socket at all.
