Completing what #1809 started. Probably replace jasmine with `vitest` in #1803 To do: - Remove any uses of the `fail()` global like https://github.com/cosmos/cosmjs/blob/8fb7421c573252f794c6de830c86c2aca20a6bb6/packages/tendermint-rpc/src/tendermint34/tendermint34client.spec.ts#L701 - And replace the numerous `pending()` calls in `stargate` and `cosmwasm-stargate` with `xdescribe()` https://github.com/cosmos/cosmjs/blob/8fb7421c573252f794c6de830c86c2aca20a6bb6/packages/cosmwasm-stargate/src/cosmwasmclient.spec.ts#L45 Related: #1688