Skip to content

Commit

Permalink
Stub out the other-platforms link.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 27, 2023
1 parent e5db062 commit 9042688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Snapshot testing is the fastest and most precise mechanism to record and specify

Robots are writing their own code. Are you still writing assertions by hand?

More info for [jvm](selfie.diffplug.com/jvm), [js](selfie.diffplug.com/js), and [other platforms](TODO).
More info for [jvm](https://selfie.diffplug.com/jvm), [js](https://selfie.diffplug.com/js), and [other platforms](https://selfie.diffplug.com/other-platforms).

### Acknowledgements

- Heavily inspired by [origin-energy's java-snapshot-testing](https://github.com/origin-energy/java-snapshot-testing).
- Which in turn is heavily inspired by [Facebook's jest-snapshot](https://jestjs.io/docs/snapshot-testing).
Heavily inspired by [origin-energy's java-snapshot-testing](https://github.com/origin-energy/java-snapshot-testing), which in turn is heavily inspired by [Facebook's jest-snapshot](https://jestjs.io/docs/snapshot-testing).
4 changes: 4 additions & 0 deletions docs/src/pages/other-platforms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Selfie is currently available for the JVM and Javascript ecosystems, but support for other platforms is planned.

Selfie snapshot files are very easy to parse, see [here](https://github.com/diffplug/selfie/issues/2) for the escaping rules (which you probably don't need to implement anyway).

0 comments on commit 9042688

Please sign in to comment.