UNPKG

canner

Version:

Build CMS in few lines of code for different data sources

3 lines 97 B
export function testIdSelector(testid, tag) { return `${tag || ''}[data-testid="${testid}"]`; }