Address linting errors
This commit is contained in:
parent
229a97967a
commit
b761f583a8
|
@ -1,12 +1,12 @@
|
|||
export default (collection, text) =>
|
||||
(scope = '.consul-health-check-list') => {
|
||||
return collection({
|
||||
scope,
|
||||
itemScope: 'li',
|
||||
item: {
|
||||
name: text('header h2'),
|
||||
type: text('[data-health-check-type]'),
|
||||
exposed: text('[data-test-exposed]'),
|
||||
}
|
||||
});
|
||||
scope,
|
||||
itemScope: 'li',
|
||||
item: {
|
||||
name: text('header h2'),
|
||||
type: text('[data-health-check-type]'),
|
||||
exposed: text('[data-test-exposed]'),
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue