From 904268818277fec860515f5df1d385742e26e5c4 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Wed, 27 Sep 2023 14:12:31 -0700 Subject: [PATCH] Stub out the other-platforms link. --- README.md | 5 ++--- docs/src/pages/other-platforms.mdx | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 docs/src/pages/other-platforms.mdx diff --git a/README.md b/README.md index 080037c5..00698a6f 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/src/pages/other-platforms.mdx b/docs/src/pages/other-platforms.mdx new file mode 100644 index 00000000..105eca69 --- /dev/null +++ b/docs/src/pages/other-platforms.mdx @@ -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). +