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
npm run testTapDiff
> testTapDiff
> nodemon --quiet test/test.js | tap-diff
reporter
✖ should be equivalent at file:///home/ddv/dev/projects/tapReporterExample/test/test.js:3:30
45
skip 0
seconds save
TAP version 13
reporter
not ok 1 - should be equivalent
---
actual: 4
expected: 5
operator: "equal"
at: " file:///home/ddv/dev/projects/tapReporterExample/test/test.js:3:30"
...
1..1
skip 0
The text was updated successfully, but these errors were encountered:
icetbr
changed the title
Inconsistent behaviour tap reporters
Inconsistent behaviour of tap reporters
Feb 6, 2022
Hi, would you mind creating a sample tap reporter to show its interaction with zora? I'm having a few issues.
I can't get ANY tap reporter to work with nodemon. Using tap-diff, for instance, on first save it works, on the second, it doesn't.
And my custom reporter only the first save works. Here is a demo project: https://github.com/icetbr/tapReporterExample
first save
seconds save
The text was updated successfully, but these errors were encountered: