+
${this.caret ? this.renderCaret() : null}
-
`;
}
}
-customElements.get('bu-dropdown') || customElements.define('bu-dropdown', Dropdown);
+customElements.get('bu-dropdown') ||
+ customElements.define('bu-dropdown', Dropdown);
diff --git a/components/dropdown/spec.js b/components/dropdown/spec.js
index 5b286a6..950be44 100644
--- a/components/dropdown/spec.js
+++ b/components/dropdown/spec.js
@@ -1,10 +1,9 @@
-import { fixture, assert } from '@open-wc/testing';
-import { sendKeys } from '@web/test-runner-commands';
-import { html } from 'lit/static-html.js';
+import {fixture, assert} from '@open-wc/testing';
+import {sendKeys} from '@web/test-runner-commands';
+import {html} from 'lit/static-html.js';
import './element.js';
const createDropdown = async (properties) => {
-
const element = await fixture(html`