We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8792 commit 9ee09f2Copy full SHA for 9ee09f2
2 files changed
website/docs/en/guide/cli/test.mdx
@@ -2,6 +2,8 @@
2
3
The `rs test` command uses [Rstest](https://rstest.rs/guide/basic/cli) to run tests.
4
5
+For details about configuring test projects and how configuration inheritance works, see [Testing](../testing).
6
+
7
## Usage
8
9
```bash
@@ -85,5 +87,3 @@ define.test({
85
87
testEnvironment: 'happy-dom',
86
88
});
89
```
-
-For project configuration and inheritance behavior, see [Testing](../testing).
website/docs/zh/guide/cli/test.mdx
`rs test` 命令使用 [Rstest](https://rstest.rs/zh/guide/basic/cli) 运行测试。
+有关测试项目的配置方式和继承机制,请参阅[测试](../testing)。
## 用法 \{#usage}
-测试项目的配置与继承规则请参阅[测试](../testing)。
0 commit comments