-
Notifications
You must be signed in to change notification settings - Fork 13
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
karma tape rollup karma-tap setup #23
Comments
@thisconnect it works if you set Any help welcome and thanks for repro repo, helpme a lot. |
oooo... I had this config there and set to false all the time, I thought I go crazy. .. THANK YOU SO MUCH!! |
This line will not work with current
Now must:
|
yes next is to make
I might open an issue for karma-tap-pretty-reporter and reference it here so you could see it. Closing this. Thanks again!! |
Oh in the meantime you replied again thanks!
found it, it is tapReporter: { prettify: require('tap-spec') } I have updated the test repo https://github.com/thisconnect/test-karma-rollup-tape |
Please feel free to fork and keep my test repo if you think it is useful for others that want to use rollup.js |
One last thing. If you wanna test |
Add a LICENSE and update README of |
yes I just tried that, works very nicely!
|
Hi
I am trying to setup
karma
,tape
,karma-rollup-plugin
andkarma-tap
, see test repo:https://github.com/thisconnect/test-karma-rollup-tape
As rollup can not bundle tape (rollup/issues/1072) my current approach is to browserify tape first and add that to the karma files, see karma.config.js
The tests run fine in the browser but, as far as I understand, the tap output is not picked up by karma-tap. See screenshot below
I am new to karma and hope that I didn't miss something obvious.
The text was updated successfully, but these errors were encountered: