Skip to content

Commit

Permalink
specify module name kotest-assertions-json (#3898)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jlous and Kantis committed Mar 10, 2024
1 parent ea9a353 commit e0d3d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/docs/assertions/json/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ slug: json-overview.html
sidebar_label: Overview
---

To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.

## Basic matchers

| Matcher | Description | Targets |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ slug: json-overview.html
sidebar_label: Overview
---

To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.

## Basic matchers

| Matcher | Description | Targets |
Expand Down

0 comments on commit e0d3d7a

Please sign in to comment.