blob: cf6fdbc34347570c415b3c685b41538e1c28bdf4 [file] [log] [blame]
import './index';
import '../../../infra-sk/modules/theme-chooser-sk';
import { $$ } from 'common-sk/modules/dom';
import { fetchMock } from 'fetch-mock';
import { buildsJson } from './test_data';
fetchMock.post('begin:/_/get_chromium_build_tasks', buildsJson);
const selector = document.createElement('chromium-build-selector-sk');
$$('#container').appendChild(selector);