stackwise
stackwise copied to clipboard
record output of a test
Problem: It's hard to know what a stack does just from one look. Solution: have an input and output folder that record input and output of a stack when running a test. This can also be used in PRs by a stacker so that he can prove his stack works.
This would effectively remove the need to use jest. instead of expecting a certain result we can simply record a result.