MCPcopy Create free account
hub / github.com/angular/components / getDefaultPatterns

Function getDefaultPatterns

src/aria/private/listbox/listbox.spec.ts:76–91  ·  view source on GitHub ↗
(inputs: Partial<TestInputs> = {})

Source from the content-addressed store, hash-verified

74 }
75
76 function getDefaultPatterns(inputs: Partial<TestInputs> = {}) {
77 return getPatterns(
78 [
79 'Apple',
80 'Apricot',
81 'Banana',
82 'Blackberry',
83 'Blueberry',
84 'Cantaloupe',
85 'Cherry',
86 'Clementine',
87 'Cranberry',
88 ],
89 inputs,
90 );
91 }
92
93 describe('Tabindex', () => {
94 it('should expose tabIndex signals on listbox and options', () => {

Callers 1

listbox.spec.tsFile · 0.70

Calls 1

getPatternsFunction · 0.70

Tested by

no test coverage detected