This code here... ```js expect(1).toBe(2); expect(2).toBe(3); ``` ...fails at both assertions, but displays the metadata of the last one. `zip-tap` should stop and return the first failing assertion.
This code here...
...fails at both assertions, but displays the metadata of the last one.
zip-tapshould stop and return the first failing assertion.