-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link to tape-player (in-process reporter) to readme. #496
Conversation
If you do not approve of this approach, I will not be offended. Just reject the PR. |
Seems like it might be easier to make a test runner (a binary) instead of a side-effecting require. |
I dunno, this was pretty easy. :) But seriously, I’m not sure I understand the suggestion. If you don’t mind explaining the proposal a bit more, I’d appreciate it. I’m happy to use |
That's what I mean - make a new runner, so instead of |
I get it, thanks, but it seems weirder to me than this and maybe trickier? With how I’ve done it, the use of |
I think it's fine, but let's move it under "other" instead. It's not a formatter, because it's not configurable or swappable - it's just something that patches tape to print "not TAP". |
- [Fix] `createStream`: `result` payload is not always an object (#519) - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) - [readme] add `tape-repeater` (#511) - [readme] Add link to tape-player (in-process reporter) (#496) - [examples] add `ecstatic` - [Docs] add an optional emoji version for tap-spec consumer (#501) - [Deps] update `minimist`, `resolve` - [Tests] Fix simple typo, placehodler -> placeholder (#500) - [Dev Deps] update `eslint`, `falafel`, `js-yaml`
v4.13.3 - [Fix] `createStream`: `result` payload is not always an object (#519) - [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516) - [readme] add `tape-repeater` (#511) - [readme] Add link to tape-player (in-process reporter) (#496) - [examples] add `ecstatic` - [Docs] add an optional emoji version for tap-spec consumer (#501) - [Deps] update `minimist`, `resolve` - [Tests] Fix simple typo, placehodler -> placeholder (#500) - [Dev Deps] update `eslint`, `falafel`, `js-yaml`
No description provided.