UNPKG

253 BJavaScriptView Raw
1// defer start of tests until after WebComponentsReady event
2if (window.__karma__) {
3 window.__karma__.loaded = function() {
4 window.addEventListener('WebComponentsReady', function() {
5 window.__karma__.start();
6 });
7 };
8}
\No newline at end of file