export mocktracer in index.js
AloisReitbauer opened this issue · 4 comments
AloisReitbauer commented
Right now Mock Tracer is not exported, although it is part of the npm package. Should we remove it from the npm package or export it. Otherwise people will need to use it with a direct file system reference into node_modules which is weird.
yurishkuro commented
it should be exported
AloisReitbauer commented
Ok, then we also need to add a dependency to lodash in package.json see issue #95
AloisReitbauer commented
I am happy to create a PR if you add me to the project
yurishkuro commented
fixed by #98