blob: d8a3a89659cd177c08c5354b16be8ac353ce86b4 [file] [log] [blame]
'use strict';
mocha.setup('bdd');
(function() {
window.__karma__.loaded = function() {
window.addEventListener('polymer-ready', function() {
window.__karma__.start();
});
};
var l = document.createElement('link');
l.rel = 'import';
l.href = 'base/res/vul/elements.html';
document.head.appendChild(l);
})();