Hi! How does node-tap differ from tape?
@simondel I guess they are unrelated projects. The only thing that is common is that they both use the Test Anything Protocol (TAP) to produce output.
Just a heads up. Stryker recently released with the 'command' test runner. This is also the default if you don't specify a test runner. It just runs your npm test command. Exit code 0 means the tests succeeded. Exit code != 0 means failed. @EvgenyOrekhov would that work for you?
@nicojs Sorry, I don't use node-tap or Stryker anymore.
Ok, please don't forget about us. 👋
I want to try to implement this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I want to try to implement this