Skip to content

Commit 9ee09f2

Browse files
committed
docs: surface testing guide in CLI reference
1 parent c8a8792 commit 9ee09f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/en/guide/cli/test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The `rs test` command uses [Rstest](https://rstest.rs/guide/basic/cli) to run tests.
44

5+
For details about configuring test projects and how configuration inheritance works, see [Testing](../testing).
6+
57
## Usage
68

79
```bash
@@ -85,5 +87,3 @@ define.test({
8587
testEnvironment: 'happy-dom',
8688
});
8789
```
88-
89-
For project configuration and inheritance behavior, see [Testing](../testing).

website/docs/zh/guide/cli/test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
`rs test` 命令使用 [Rstest](https://rstest.rs/zh/guide/basic/cli) 运行测试。
44

5+
有关测试项目的配置方式和继承机制,请参阅[测试](../testing)
6+
57
## 用法 \{#usage}
68

79
```bash
@@ -85,5 +87,3 @@ define.test({
8587
testEnvironment: 'happy-dom',
8688
});
8789
```
88-
89-
测试项目的配置与继承规则请参阅[测试](../testing)

0 commit comments

Comments
 (0)