From 702c9f28d80bb4b666b560fac649b911b4584a52 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Aug 2023 23:27:34 +0200 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b5328fb..a327226 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ assert(crosshash(data) === '12982c60a9a8829ea4eeb2e1e7e1e04e') // stable hash ``` +## Test suite + +To ensure consistency, the [test suite](tests/tests.py) invokes the Python and JavaScript implementations of `crossjson()` and `crosshash()` on the same data and compares the results. + + + ## Development ```bash