Home
last modified time | relevance | path

Searched refs:secondBrace (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DmatchBrackets-test.ts34 const secondBrace = content.indexOf('{', firstBrace + 1); constant
35 expect(findMatchingBracketPosition(content, '}')).toBe(secondBrace);