Since unisonweb/base#20 base has included an === function that provides helpful output when the two values are not equal. The current testing doc uses == in several places and has a note about how it doesn't provide helpful output if the values don't match. It would probably make sense to simplify the page and use ===.
I didn't make a PR because I wasn't sure what the process was for the docs. The README mentions Algolia API keys; are those necessary for local development? I tried just running ucm transcript but base wasn't in scope, so I suspect that I was going about this right.