(type)
| 1999 | } |
| 2000 | |
| 2001 | function elementHasText(type) { |
| 2002 | return ["text", "label", "button", "header", "card"].includes(type); |
| 2003 | } |
| 2004 | |
| 2005 | function elementHasValue(type) { |
| 2006 | return ["progress", "slider", "toggle"].includes(type); |
no outgoing calls
no test coverage detected