GSA/code-gov-front-end

View on GitHub
tests/testUtils/findByTestAttr.js

Summary

Maintainability
A
0 mins
Test Coverage
export default function findByTestAttr(wrapper, val) {
  return wrapper.find(`[data-testid="${val}"]`)
}