Skip to content

Commit 45f88c9

Browse files
committed
docs
1 parent 75942b0 commit 45f88c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

selfie.dev/src/pages/jvm/kotest.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class ProjectConfig : AbstractProjectConfig() {
4040
}
4141
```
4242

43+
Note that your `AbstractProjectConfig` must either have the fully qualified name of `io.kotest.provided.ProjectConfig` or the system property `kotest.framework.config.fqn` must be set.
44+
See [Kotest docs](https://kotest.io/docs/framework/project-config.html) for more info.
45+
4346
## Selfie and coroutines
4447

4548
In a regular JUnit 5 test, you call `Selfie.expectSelfie(...)`, like so

0 commit comments

Comments
 (0)