Skip to content

Commit e0d3d7a

Browse files
jlousKantis
andauthored
specify module name kotest-assertions-json (#3898)
Added import instructions to doc. Not impossible to guess the full module name, but the docs should make it explicit. Some other modules are missing this too. --------- Co-authored-by: Emil Kantis <emil.kantis@protonmail.com>
1 parent ea9a353 commit e0d3d7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

documentation/docs/assertions/json/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ slug: json-overview.html
44
sidebar_label: Overview
55
---
66

7+
To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.
8+
79
## Basic matchers
810

911
| Matcher | Description | Targets |

documentation/versioned_docs/version-5.8/assertions/json/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ slug: json-overview.html
44
sidebar_label: Overview
55
---
66

7+
To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.
8+
79
## Basic matchers
810

911
| Matcher | Description | Targets |

0 commit comments

Comments
 (0)