square/js-jose

Figure out why jose-jws-test.html doesn't work with coverage.

alokmenghrajani opened this issue · 2 comments

Figure out why jose-jws-test.html doesn't work with coverage.

typeof(window.CryptoKey) is undefined on Chrome 37. Utils.isCryptoKey is returning the incorrect result.

Pro tip: it's easier to debug travis test issues by setting script: grunt in .travis.yml.

Also, https://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Mac/292370/ is a reliable place to download older versions of Chrome. 292370 roughly matches what travis runs, I'm sure someone knows how to map Chrome version numbers to their build ids.