mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Search select (#5851)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user