You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm one of the developers of feather (https://github.com/pretentious7/Feather), I've also been using a small set of mocks to test smartweave contracts with jest. I have better typing support so the output of execute shows up as
export type ContractHandlerOutput =
| {state: StateInterface}
| {result: ResultInterface};
Would there be interest in a pr adding this support? Also, project linter specs would be cool.
The text was updated successfully, but these errors were encountered:
Hey,
I'm one of the developers of feather (https://github.com/pretentious7/Feather), I've also been using a small set of mocks to test smartweave contracts with jest. I have better typing support so the output of execute shows up as
Would there be interest in a pr adding this support? Also, project linter specs would be cool.
The text was updated successfully, but these errors were encountered: