> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 4.6.0

**`(feat):`** 添加对生成遗留线缆测试的支持，并默认禁用它们。这些测试将在未来恢复和改进。用户可以通过在配置中将 `include_legacy_wire_tests` 标志设置为 `true` 来选择生成遗留线缆测试。

```yaml
config:
  include_legacy_wire_tests: true
```