The default export in opentracing/lib/test/api_compatibility.js. is a property on the exports object and thus is accessed with .default.
There can be only one default property on the exports object.
This property does not therefore need to be destructured.
The default export in opentracing/lib/test/api_compatibility.js. is a property on the exports object and thus is accessed with
.default
. There can be only one default property on the exports object. This property does not therefore need to be destructured.