Skip to content

Commit

Permalink
Fixup from the move / rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 29, 2024
1 parent df821c7 commit 6c92156
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jvm/gradle/dokka/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This gets deployed to [kdoc.selfie.dev](https://kdoc.selfie.dev) by [this CI script](https://github.com/diffplug/selfie/blob/main/.github/workflows/publish-kdoc.yml) which runs on every push to `release`.

Full info is available at https://kotlinlang.org/selfie.dev/dokka-html.html
Full info is available at https://kotlinlang.org/docs/dokka-html.html

But the gist is that [this folder](https://github.com/Kotlin/dokka/tree/master/plugins/base/src/main/resources/dokka) has

Expand Down
2 changes: 1 addition & 1 deletion selfie.dev/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/selfie.dev/basic-features/typescript for more information.
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion selfie.dev/src/pages/jvm/advanced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private static final Lens HTML = new CompoundLens()
Snapshot testing has been badly underused for three reasons:

- controlling read vs write used to be cumbersome (fixed by [control comments](https://selfie.dev/jvm/get-started#quickstart))
- stale snapshots used to pile up (fixed by [garbage collection](https://github.com/diffplug/selfie/blob/main/jvm/selfie-runner-junit5/src/main/jvm/com/diffplug/selfie/junit5/SelfieGC.kt))
- stale snapshots used to pile up (fixed by [garbage collection](https://github.com/diffplug/selfie/blob/main/jvm/selfie-runner-junit5/src/main/kotlin/com/diffplug/selfie/junit5/SelfieGC.kt))
- a great test should tell a story, and disk snapshots can't do that

Inline snapshots are a partial fix for storytelling within a test, but the harnessing can become verbose. This is where we combine it all:
Expand Down
2 changes: 1 addition & 1 deletion selfie.dev/src/pages/jvm/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Disk snapshots can be used with any JVM language, but inline literal snapshots o
- groovy
- scala

Adding support for other languages is [straightforward](https://github.com/diffplug/selfie/blob/main/jvm/selfie-lib/src/commonMain/jvm/com/diffplug/selfie/guts/Literals.kt), PRs are welcome!
Adding support for other languages is [straightforward](https://github.com/diffplug/selfie/blob/main/jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/guts/Literals.kt), PRs are welcome!

### Maven

Expand Down

0 comments on commit 6c92156

Please sign in to comment.