MCPcopy
hub / github.com/angular/components / getDefaultPatterns

Function getDefaultPatterns

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

Source from the content-addressed store, hash-verified

59 }
60
61 function getDefaultPatterns(inputs: Partial<TestInputs<string>> = {}) {
62 return getListAndItems(
63 [
64 'Apple',
65 'Apricot',
66 'Banana',
67 'Blackberry',
68 'Blueberry',
69 'Cantaloupe',
70 'Cherry',
71 'Clementine',
72 'Cranberry',
73 ],
74 inputs,
75 );
76 }
77
78 describe('with focusMode: "activedescendant"', () => {
79 it('should set the list tab index to 0', () => {

Callers 1

list.spec.tsFile · 0.70

Calls 1

getListAndItemsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…