revert length check

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-06-19 13:28:35 -04:00
parent 1376af8668
commit 7d9580643a
@@ -78,6 +78,6 @@ describe('<ErrorBoundary/>', () => {
),
expect.stringMatching(/^ErrorBoundary/),
]);
expect(error.length).toEqual(5);
expect(error.length).toEqual(4);
});
});