stacks.js transaction 7 changes the clarity type from numbers to human readable labels. This results in failed tests when checking the result of e.g. `txOk(responseOkCV(..))` ``` Object { - "type": "ok", + "type": 7, ```