Address linting errors

pull/14986/head
wenincode 2022-10-13 19:04:36 -06:00
parent 363db8c849
commit c85d70e80d
1 changed files with 8 additions and 8 deletions

View File

@ -7,6 +7,6 @@ export default (collection, text) =>
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]'),
} },
}); });
}; };