Skip to content

Commit 1a67b60

Browse files
committed
Fix test.
1 parent 6f9ee79 commit 1a67b60

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

example/src/example/__tests__/CollectedString-test.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ test('fbtee strings are included in the collected strings of the example project
2121
test('fbtee child-parent mappings are included in the collected strings of the example project', () => {
2222
expect(childParentMappings).toMatchInlineSnapshot(`
2323
{
24-
"14": 13,
25-
"23": 22,
24+
"1": 0,
25+
"15": 14,
2626
"24": 23,
27-
"40": 39,
28-
"49": 48,
29-
"50": 49,
27+
"25": 24,
28+
"32": 31,
29+
"42": 41,
30+
"51": 50,
31+
"52": 51,
3032
}
3133
`);
3234
});

0 commit comments

Comments
 (0)