Skip to content

Commit

Permalink
fix: update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 24, 2023
1 parent 9334a05 commit b319cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/test/browser/suspense.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ describe('suspense', () => {
});
});

it('originalParent undefined should not crash', () => {
it('should not crash if fallback has same DOM as suspended nodes', () => {
const [Lazy, resolveLazy] = createLazy();

const App = () => {
Expand Down

0 comments on commit b319cc6

Please sign in to comment.