Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Typo: complete -> completely
Co-authored-by: Ricky <rickhanlonii@gmail.com>
  • Loading branch information
acdlite and rickhanlonii authored Apr 17, 2024
commit 6e1aaa155e3d2f56d23c15ce50592ba26fd8da65
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ describe('ReactInternalTestUtils console assertions', () => {
console.error('Message that happens to contain a "T"\n in div');

assertConsoleErrorDev([
'This is a complete different message that happens to start with "T"',
'This is a completely different message that happens to start with "T"',
]);
});
expect(message).toMatchInlineSnapshot(`
Expand Down