MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / spread

Function spread

javascript/selenium-webdriver/normalize_bidi_ast_test.mjs:255–255  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

253
254describe('flattenGroupComposition', () => {
255 const spread = (ref) => ({ Name: '', Occurrence: { n: 1, m: 1 }, Type: [ref], Comments: [] })
256 const wildcard = { Name: 'text', Occurrence: { n: 0, m: null }, Type: ['any'], Comments: [] }
257
258 it('inlines a spread-in base record so all composed fields are present', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected