Home > @rushstack/node-core-library > IAnsiEscapeConvertForTestsOptions
IAnsiEscapeConvertForTestsOptions interface
Options for AnsiEscape.formatForTests().
Signature:
export interface IAnsiEscapeConvertForTestsOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| encodeNewlines? | boolean | (Optional) If true then \n will be replaced by [n], and \r will be replaced by [r]. |