mirror of https://github.com/hashicorp/consul
Address linting errors
parent
363db8c849
commit
c85d70e80d
|
@ -1,12 +1,12 @@
|
||||||
export default (collection, text) =>
|
export default (collection, text) =>
|
||||||
(scope = '.consul-health-check-list') => {
|
(scope = '.consul-health-check-list') => {
|
||||||
return collection({
|
return collection({
|
||||||
scope,
|
scope,
|
||||||
itemScope: 'li',
|
itemScope: 'li',
|
||||||
item: {
|
item: {
|
||||||
name: text('header h2'),
|
name: text('header h2'),
|
||||||
type: text('[data-health-check-type]'),
|
type: text('[data-health-check-type]'),
|
||||||
exposed: text('[data-test-exposed]'),
|
exposed: text('[data-test-exposed]'),
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue