test(`can analyze an element with classes only (No ID)`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, '.header')
  expect(elements).not.toBe(undefined)
  expect(elements.SimmerEl).not.toBe(undefined)