Skip to content

Commit f9bf318

Browse files
committed
fix
1 parent c88f1ad commit f9bf318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api-documents/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ There are 2 useful fields.
7777
::: details
7878

7979
as-test.config.js:
80+
8081
```javascript
8182
module.exports = {
8283
imports(runtime) {
@@ -91,7 +92,8 @@ There are 2 useful fields.
9192
}
9293
```
9394

94-
unit test:
95+
unit test:
96+
9597
```typescript
9698
import { log } from "./env";
9799

0 commit comments

Comments
 (0)