This is complicated by the fact that part of quantum.gen.js file includes dependencies on amplitude.js. Although it's good to know how much of amplitude.js is being consumed, the unit test reporting should either figure out how to disable that code, or rerun the amplitude.js coverage tests.
Alternatively, we can look into using actual javascript modules, but it's not clear how istanbul will interact with them.
This is complicated by the fact that part of quantum.gen.js file includes dependencies on amplitude.js. Although it's good to know how much of amplitude.js is being consumed, the unit test reporting should either figure out how to disable that code, or rerun the amplitude.js coverage tests.
Alternatively, we can look into using actual javascript modules, but it's not clear how istanbul will interact with them.