Search select (#5851)

This commit is contained in:
madalynrose
2018-12-10 11:44:37 -05:00
committed by GitHub
parent 516827962c
commit b4edf515be
25 changed files with 722 additions and 146 deletions

View File

@@ -12,14 +12,6 @@ const component = create(formFields);
module('Integration | Component | form field', function(hooks) {
setupRenderingTest(hooks);
hooks.beforeEach(function() {
component.setContext(this);
});
hooks.afterEach(function() {
component.removeContext();
});
const createAttr = (name, type, options) => {
return {
name,