Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/config/test/includeSource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In-source testing is where the test code lives within the same file as the sourc

You can define a list of glob patterns that match your in-source test files via `includeSource` configuration.

```ts
```ts title="rstest.config.ts"
import { defineConfig } from '@rstest/core';

export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/config/test/includeSource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

你可以通过 `includeSource` 配置,定义一组用于匹配内联测试文件的 glob 模式列表。

```ts
```ts title="rstest.config.ts"
import { defineConfig } from '@rstest/core';

export default defineConfig({
Expand Down