Skip to content

Commit 67f1aae

Browse files
committed
Update junit.md
1 parent a7f64c8 commit 67f1aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/docs/machine-readable/junit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Nextest can produce output in the [JUnit/XUnit XML format](https://llg.cubic.org
88

99
To enable JUnit support, add this to your [nextest configuration](../configuration/index.md):
1010

11-
```toml title="Basic JUnit configuration in <code>.config/nextest.toml</code>
11+
```toml title="Basic JUnit configuration in <code>.config/nextest.toml</code>"
1212
[profile.ci.junit] # this can be some other profile, too
1313
path = "junit.xml"
1414
```

0 commit comments

Comments
 (0)