revert length check
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -78,6 +78,6 @@ describe('<ErrorBoundary/>', () => {
|
||||
),
|
||||
expect.stringMatching(/^ErrorBoundary/),
|
||||
]);
|
||||
expect(error.length).toEqual(5);
|
||||
expect(error.length).toEqual(4);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user