We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9ee79 commit 1a67b60Copy full SHA for 1a67b60
example/src/example/__tests__/CollectedString-test.tsx
@@ -21,12 +21,14 @@ test('fbtee strings are included in the collected strings of the example project
21
test('fbtee child-parent mappings are included in the collected strings of the example project', () => {
22
expect(childParentMappings).toMatchInlineSnapshot(`
23
{
24
- "14": 13,
25
- "23": 22,
+ "1": 0,
+ "15": 14,
26
"24": 23,
27
- "40": 39,
28
- "49": 48,
29
- "50": 49,
+ "25": 24,
+ "32": 31,
+ "42": 41,
30
+ "51": 50,
31
+ "52": 51,
32
}
33
`);
34
});
0 commit comments