cwgreene / quantum

Javascript Library for Quantum simulation
MIT License
1 stars 0 forks source link

Get Quantum.js to 100% coverage #6

Open cwgreene opened 8 years ago

cwgreene commented 8 years ago

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.