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
I want to keep all benefits that karma-jspm offers, but would like the opportunity to develop a little lower level by writing my own adapters as necessary.
For angular2 with typescript tests I'm finding it necessary to write a custom adapter.
I want to keep all benefits that karma-jspm offers, but would like the opportunity to develop a little lower level by writing my own adapters as necessary.
For angular2 with typescript tests I'm finding it necessary to write a custom adapter.
I have a PR ready, and have a sample implementation at https://github.com/UIUXEngineering/angular2-seed-jspm/blob/master/src/client/jspm.karma.ng2.adapter.js.
This is a non-breaking change in that if no custom adapter is provided, the default adapter is used.
This may also help with #162
The text was updated successfully, but these errors were encountered: