Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 29, 2024
1 parent e421527 commit 457aac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xemantic-kotlin-test

Kotlin multiplatform testing library providing power-assert compatible DSL and assertions
Kotlin multiplatform testing library providing power-assert compatible DSL and assertions and some other goodies.

## Why?

Expand Down Expand Up @@ -57,6 +57,10 @@ have(type == "image/png")
image/jpeg
```

In addition, the library supports:
* uniform access to project test files across non-browser platforms
* access to defined set of environment variables in browser platforms

## Usage

### Setting up Gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ publishing {
artifact(javadocJar)
pom {
name = "xemantic-kotlin-test"
description = "Kotlin multiplatform testing library proving power-assert compatible assertions"
description = "Kotlin multiplatform testing library proving power-assert compatible assertions, and some other goodies"
url = "https://github.com/$githubAccount/${rootProject.name}"
inceptionYear = "2024"
organization {
Expand Down

0 comments on commit 457aac9

Please sign in to comment.